From b4a7e5105fc4439397baab23e9df36ef6db0a279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Wed, 18 Oct 2023 06:55:36 +0100 Subject: [PATCH 1/2] bump netty to 4.1.100 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b08c27fd..d28beb86 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ version rootProject.file('VERSION').text.trim() description = "HTTP Input Netty implementation" String log4jVersion = '2.17.0' -String nettyVersion = '4.1.94.Final' +String nettyVersion = '4.1.100.Final' String junitVersion = '5.9.2' sourceCompatibility = 1.8 From 67deac2a59eab6b03c045e9efcca6fb111cc1cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Wed, 18 Oct 2023 07:09:56 +0100 Subject: [PATCH 2/2] bump netty to 4.1.100 --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b77cc20e..efb046df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.7.3 + - bump netty to 4.1.100 [#170](https://github.com/logstash-plugins/logstash-input-http/pull/170) + ## 3.7.2 - bump netty to 4.1.94 [#167](https://github.com/logstash-plugins/logstash-input-http/pull/167) diff --git a/VERSION b/VERSION index 0b2eb36f..c1e43e6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.2 +3.7.3