KAFKA-17046 Upgrade netty version to 4.1.111.Final (#16469)

Reviewers: Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Xiduo You 2024-07-01 19:32:15 +08:00 committed by GitHub
parent 285698e0cf
commit 7d91bc8cf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -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.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.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
opentelemetry-proto-1.0.0-alpha
plexus-utils-3.5.1
reflections-0.10.2

View File

@ -138,7 +138,7 @@ versions += [
lz4: "1.8.0",
mavenArtifact: "3.9.6",
metrics: "2.2.0",
netty: "4.1.110.Final",
netty: "4.1.111.Final",
opentelemetryProto: "1.0.0-alpha",
pcollections: "4.0.1",
reflections: "0.10.2",