diff --git a/CHANGELOG.md b/CHANGELOG.md index b8225d9..adec421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.1.8 + - Update Netty dependency to 4.1.133.Final [#216](https://github.com/logstash-plugins/logstash-input-http/pull/216) + ## 4.1.7 - Update Netty dependency to 4.1.132.Final [#214](https://github.com/logstash-plugins/logstash-input-http/pull/214) diff --git a/VERSION b/VERSION index 9edf2a4..a7c00da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.7 +4.1.8 diff --git a/build.gradle b/build.gradle index 82c8e24..81421dd 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.132.Final' +String nettyVersion = '4.1.133.Final' String junitVersion = '5.9.2' java {