mirror of https://github.com/apache/kafka.git
MINOR: Fix netty version in LICENSE-binary (#19665)
During PR https://github.com/apache/kafka/pull/19484 only the dependency was updated but not the `LICENSE-binary` file. This fixes this misalignment. Signed-off-by: Josep Prat <josep.prat@aiven.io> Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
c0909b0551
commit
a690a3cfa1
|
@ -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.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
|
||||
netty-buffer-4.1.119.Final
|
||||
netty-codec-4.1.119.Final
|
||||
netty-common-4.1.119.Final
|
||||
netty-handler-4.1.119.Final
|
||||
netty-resolver-4.1.119.Final
|
||||
netty-transport-4.1.119.Final
|
||||
netty-transport-classes-epoll-4.1.119.Final
|
||||
netty-transport-native-epoll-4.1.119.Final
|
||||
netty-transport-native-unix-common-4.1.119.Final
|
||||
opentelemetry-proto-1.0.0-alpha
|
||||
plexus-utils-3.5.1
|
||||
reflections-0.10.2
|
||||
|
|
Loading…
Reference in New Issue