mirror of https://github.com/apache/kafka.git
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:
parent
285698e0cf
commit
7d91bc8cf9
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue