diff --git a/CHANGELOG.md b/CHANGELOG.md index 97825e9..dfa40ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.10.2 + - Upgrade netty to 4.1.118 [#194](https://github.com/logstash-plugins/logstash-input-http/pull/194) + ## 3.10.1 - Properly naming netty threads [#191](https://github.com/logstash-plugins/logstash-input-http/pull/191) diff --git a/VERSION b/VERSION index f870be2..7b59a5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.1 +3.10.2 diff --git a/build.gradle b/build.gradle index 2832982..8884c8d 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.115.Final' +String nettyVersion = '4.1.118.Final' String junitVersion = '5.9.2' java {