From cda17d1f293614c87c3e04c3fa3b65f8fea9da64 Mon Sep 17 00:00:00 2001 From: edmocosta <11836452+edmocosta@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:11:21 +0100 Subject: [PATCH 1/2] Bump netty to 4.1.129 --- CHANGELOG.md | 3 +++ build.gradle | 2 +- version | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a2c4f..b341037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 7.0.4 + - Upgrade netty to 4.1.129 [#TBD](https://github.com/logstash-plugins/logstash-input-tcp/pull/TBD) + ## 7.0.3 - Upgrade netty to 4.1.126 [#235](https://github.com/logstash-plugins/logstash-input-tcp/pull/235) diff --git a/build.gradle b/build.gradle index 20c72c0..ca8034a 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ java { sourceCompatibility = JavaVersion.VERSION_1_8 } -String nettyVersion = '4.1.126.Final' +String nettyVersion = '4.1.129.Final' String junitVersion = '5.11.2' diff --git a/version b/version index a50da18..4489f5a 100644 --- a/version +++ b/version @@ -1 +1 @@ -7.0.3 +7.0.4 From 5551aba40edb2453dcae00fddd64593faa571b61 Mon Sep 17 00:00:00 2001 From: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:15:20 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b341037..5a58f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 7.0.4 - - Upgrade netty to 4.1.129 [#TBD](https://github.com/logstash-plugins/logstash-input-tcp/pull/TBD) + - Upgrade netty to 4.1.129 [#239](https://github.com/logstash-plugins/logstash-input-tcp/pull/239) ## 7.0.3 - Upgrade netty to 4.1.126 [#235](https://github.com/logstash-plugins/logstash-input-tcp/pull/235)