This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.9 by this push:
new c3187d1d7f7 MINOR: Bump Netty to 4.1.115.Final (#17860)
c3187d1d7f7 is described below
commit c3187d1d7f712953752bc8dedd0a0027eea1ba09
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 0977c8a186a..fc2bc4f5d9e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -244,15 +244,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
reflections-0.10.2
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 2f29c95e1e0..94962ae7246 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -141,7 +141,7 @@ versions += [
lz4: "1.8.0",
mavenArtifact: "3.9.6",
metrics: "2.2.0",
- 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",