From f37a3de683fc5615e71b697fc628abd5923529b4 Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Date: Tue, 16 Apr 2024 13:14:02 +0530 Subject: [PATCH 1/2] Bump Netty to 4.1.108 to fix GHSA-5jpm-x58v-624v Signed-off-by: Sanjay Kumar --- VERSION | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 166d79d6..021c9405 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.8.2 +6.8.3 diff --git a/build.gradle b/build.gradle index 57d18d34..cb6f462c 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ targetCompatibility = 1.8 String jacksonVersion = '2.15.3' String jacksonDatabindVersion = '2.15.3' -String nettyVersion = '4.1.100.Final' +String nettyVersion = '4.1.108.Final' repositories { mavenCentral() From eab87c47cab7ce2d6879a205245cc277642ee07f Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Date: Tue, 16 Apr 2024 13:16:55 +0530 Subject: [PATCH 2/2] CHANGELOG Update Signed-off-by: Sanjay Kumar --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 229557e5..594ee967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.8.3 + - bump netty to 4.1.108 [#494](https://github.com/logstash-plugins/logstash-input-beats/pull/494) + ## 6.8.2 - Remove Logstash forwarder test cases and add Lumberjack test cases [#488](https://github.com/logstash-plugins/logstash-input-beats/pull/488)