diff --git a/CHANGELOG.md b/CHANGELOG.md index bde43eb..33669cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.1.3 + - Upgrade netty to 4.1.126 [#198](https://github.com/logstash-plugins/logstash-input-http/pull/198) + ## 4.1.2 - Upgrade netty to 4.1.118 [#193](https://github.com/logstash-plugins/logstash-input-http/pull/193) diff --git a/VERSION b/VERSION index 4d0dcda..de197cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.2 +4.1.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 {