This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch 3.7
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.7 by this push:
     new 36f5fe83a03 MINOR: Bump Netty to 4.1.115.Final (#17860)
36f5fe83a03 is described below

commit 36f5fe83a039262844f983bc1439355a2b5d37e9
Author: Mickael Maison <[email protected]>
AuthorDate: Tue Nov 19 17:27:27 2024 +0100

    MINOR: Bump Netty to 4.1.115.Final (#17860)
    
    Reviewers: Josep Prat <[email protected]>
---
 LICENSE-binary             | 18 +++++++++---------
 gradle/dependencies.gradle |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 7de695cea50..c853a5f125f 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -243,15 +243,15 @@ lz4-java-1.8.0
 maven-artifact-3.8.8
 metrics-core-4.1.12.1
 metrics-core-2.2.0
-netty-buffer-4.1.100.Final
-netty-codec-4.1.100.Final
-netty-common-4.1.100.Final
-netty-handler-4.1.100.Final
-netty-resolver-4.1.100.Final
-netty-transport-4.1.100.Final
-netty-transport-classes-epoll-4.1.100.Final
-netty-transport-native-epoll-4.1.100.Final
-netty-transport-native-unix-common-4.1.100.Final
+netty-buffer-4.1.115.Final
+netty-codec-4.1.115.Final
+netty-common-4.1.115.Final
+netty-handler-4.1.115.Final
+netty-resolver-4.1.115.Final
+netty-transport-4.1.115.Final
+netty-transport-classes-epoll-4.1.115.Final
+netty-transport-native-epoll-4.1.115.Final
+netty-transport-native-unix-common-4.1.115.Final
 opentelemetry-proto-1.0.0-alpha
 plexus-utils-3.3.1
 reflections-0.10.2
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 6945ca9f517..b19822149ca 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -146,7 +146,7 @@ versions += [
   lz4: "1.8.0",
   mavenArtifact: "3.8.8",
   metrics: "2.2.0",
-  netty: "4.1.110.Final",
+  netty: "4.1.115.Final",
   opentelemetryProto: "1.0.0-alpha",
   protobuf: "3.25.5", // a dependency of opentelemetryProto
   pcollections: "4.0.1",

Reply via email to