This is an automated email from the ASF dual-hosted git repository.

jlprat pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.9 by this push:
     new a690a3cfa14 MINOR: Fix netty version in LICENSE-binary (#19665)
a690a3cfa14 is described below

commit a690a3cfa14580db1ccfb57bde6ba98b367c6c4f
Author: Josep Prat <[email protected]>
AuthorDate: Fri May 9 13:34:33 2025 +0200

    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 <[email protected]>
    
    Reviewers: Luke Chen <[email protected]>
---
 LICENSE-binary | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 8f26b0a7c1d..a2b30b8599d 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -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

Reply via email to