mirror of https://github.com/apache/kafka.git
MINOR: Bump Netty to 4.1.115.Final (#17860)
Reviewers: Josep Prat <josep.prat@aiven.io>
This commit is contained in:
parent
a4cd94e4ef
commit
b5158aa3ad
|
@ -243,15 +243,15 @@ lz4-java-1.8.0
|
||||||
maven-artifact-3.9.6
|
maven-artifact-3.9.6
|
||||||
metrics-core-4.1.12.1
|
metrics-core-4.1.12.1
|
||||||
metrics-core-2.2.0
|
metrics-core-2.2.0
|
||||||
netty-buffer-4.1.111.Final
|
netty-buffer-4.1.115.Final
|
||||||
netty-codec-4.1.111.Final
|
netty-codec-4.1.115.Final
|
||||||
netty-common-4.1.111.Final
|
netty-common-4.1.115.Final
|
||||||
netty-handler-4.1.111.Final
|
netty-handler-4.1.115.Final
|
||||||
netty-resolver-4.1.111.Final
|
netty-resolver-4.1.115.Final
|
||||||
netty-transport-4.1.111.Final
|
netty-transport-4.1.115.Final
|
||||||
netty-transport-classes-epoll-4.1.111.Final
|
netty-transport-classes-epoll-4.1.115.Final
|
||||||
netty-transport-native-epoll-4.1.111.Final
|
netty-transport-native-epoll-4.1.115.Final
|
||||||
netty-transport-native-unix-common-4.1.111.Final
|
netty-transport-native-unix-common-4.1.115.Final
|
||||||
opentelemetry-proto-1.0.0-alpha
|
opentelemetry-proto-1.0.0-alpha
|
||||||
plexus-utils-3.5.1
|
plexus-utils-3.5.1
|
||||||
reload4j-1.2.25
|
reload4j-1.2.25
|
||||||
|
|
|
@ -114,7 +114,7 @@ versions += [
|
||||||
mavenArtifact: "3.9.6",
|
mavenArtifact: "3.9.6",
|
||||||
metrics: "2.2.0",
|
metrics: "2.2.0",
|
||||||
mockito: "5.14.2",
|
mockito: "5.14.2",
|
||||||
netty: "4.1.111.Final",
|
netty: "4.1.115.Final",
|
||||||
opentelemetryProto: "1.0.0-alpha",
|
opentelemetryProto: "1.0.0-alpha",
|
||||||
protobuf: "3.25.5", // a dependency of opentelemetryProto
|
protobuf: "3.25.5", // a dependency of opentelemetryProto
|
||||||
pcollections: "4.0.1",
|
pcollections: "4.0.1",
|
||||||
|
|
Loading…
Reference in New Issue