From fb797634d4d001d129515bc339063b5dba6bb790 Mon Sep 17 00:00:00 2001 From: andsel Date: Wed, 6 May 2026 12:21:58 +0200 Subject: [PATCH] Update Netty to 4.1.133 --- CHANGELOG.md | 3 +++ VERSION | 2 +- build.gradle | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 {