diff --git a/CHANGELOG.md b/CHANGELOG.md index de43ec3..4ea2af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.1.10 + - Update Netty dependency to 4.1.135.Final [#219](https://github.com/logstash-plugins/logstash-input-http/pull/219) + ## 4.1.9 - Update Netty dependency to 4.1.134.Final [#217](https://github.com/logstash-plugins/logstash-input-http/pull/217) diff --git a/VERSION b/VERSION index 18837e7..5d30083 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.9 +4.1.10 diff --git a/build.gradle b/build.gradle index 0a0e8cc..5e1f240 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.134.Final' +String nettyVersion = '4.1.135.Final' String junitVersion = '5.9.2' java {