diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e4d4e..bde43eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.1.2 + - Upgrade netty to 4.1.118 [#193](https://github.com/logstash-plugins/logstash-input-http/pull/193) + ## 4.1.1 - Properly naming netty threads [#191](https://github.com/logstash-plugins/logstash-input-http/pull/191) diff --git a/VERSION b/VERSION index 627a3f4..4d0dcda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.1 +4.1.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 {