From 8d0f1244688075e746fef583fdf00081118be9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Mon, 15 Jun 2026 12:25:42 +0100 Subject: [PATCH 1/3] chore: Update Netty version in build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 228a677e..58398944 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ java { String jacksonVersion = '2.15.3' String jacksonDatabindVersion = '2.15.3' -String nettyVersion = '4.1.134.Final' +String nettyVersion = '4.1.135.Final' repositories { mavenCentral() From 75f4308f7b384ce91da8fd8253a525ba7f026c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Mon, 15 Jun 2026 12:25:46 +0100 Subject: [PATCH 2/3] chore: Increment project patch version (VERSION) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e4ae283f..090ea3bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.10 +7.0.11 From 84c74464e00d0b106ee8a212621077d28c13b61b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:25:58 +0000 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4026521..97e9c34f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 7.0.11 + - Update Netty dependency to 4.1.135.Final [#567](https://github.com/logstash-plugins/logstash-input-beats/pull/567) + ## 7.0.10 - Update Netty dependency to 4.1.134.Final [#541](https://github.com/logstash-plugins/logstash-input-beats/pull/541)