From a5797b3381351ed5227fbe104fee6575752a1d82 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Thu, 4 Sep 2025 11:18:40 -0700 Subject: [PATCH] Update netty and prepare for release --- CHANGELOG.md | 3 +++ VERSION | 2 +- build.gradle | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 {