From 36f5fe83a039262844f983bc1439355a2b5d37e9 Mon Sep 17 00:00:00 2001 From: Mickael Maison Date: Tue, 19 Nov 2024 17:27:27 +0100 Subject: [PATCH] MINOR: Bump Netty to 4.1.115.Final (#17860) Reviewers: Josep Prat --- LICENSE-binary | 18 +++++++++--------- gradle/dependencies.gradle | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 7de695cea50ea..c853a5f125fc3 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 6945ca9f51767..b19822149ca6b 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",