diff --git a/CHANGELOG.md b/CHANGELOG.md index 33669cc..ddaf16e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.1.4 + - Upgrade netty to 4.1.129 [#203](https://github.com/logstash-plugins/logstash-input-http/pull/203) + ## 4.1.3 - Upgrade netty to 4.1.126 [#198](https://github.com/logstash-plugins/logstash-input-http/pull/198) diff --git a/VERSION b/VERSION index de197cc..a95f288 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.3 +4.1.4 diff --git a/build.gradle b/build.gradle index 73cde1b..6c4fcd1 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.126.Final' +String nettyVersion = '4.1.129.Final' String junitVersion = '5.9.2' java {