diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa40ae..130d940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.10.3 + - Upgrade netty to 4.1.126 [#199](https://github.com/logstash-plugins/logstash-input-http/pull/199) + ## 3.10.2 - Upgrade netty to 4.1.118 [#194](https://github.com/logstash-plugins/logstash-input-http/pull/194) diff --git a/VERSION b/VERSION index 7b59a5c..7d4ef04 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.2 +3.10.3 diff --git a/build.gradle b/build.gradle index 8884c8d..73cde1b 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ version rootProject.file('VERSION').text.trim() description = "HTTP Input Netty implementation" String log4jVersion = '2.17.0' -String nettyVersion = '4.1.118.Final' +String nettyVersion = '4.1.126.Final' String junitVersion = '5.9.2' java {