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

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


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

commit b5158aa3ad90a844a7488addd2987a6acec61585
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 97e045fd753..dbe8c9ec046 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -243,15 +243,15 @@ lz4-java-1.8.0
 maven-artifact-3.9.6
 metrics-core-4.1.12.1
 metrics-core-2.2.0
-netty-buffer-4.1.111.Final
-netty-codec-4.1.111.Final
-netty-common-4.1.111.Final
-netty-handler-4.1.111.Final
-netty-resolver-4.1.111.Final
-netty-transport-4.1.111.Final
-netty-transport-classes-epoll-4.1.111.Final
-netty-transport-native-epoll-4.1.111.Final
-netty-transport-native-unix-common-4.1.111.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.5.1
 reload4j-1.2.25
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index c4c386b004d..27c69c90037 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -114,7 +114,7 @@ versions += [
   mavenArtifact: "3.9.6",
   metrics: "2.2.0",
   mockito: "5.14.2",
-  netty: "4.1.111.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