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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new e9eef5275f4 MINOR: bump jline to 3.30.16 (#22906)
e9eef5275f4 is described below

commit e9eef5275f4cf586699a07301c4a76426f514942
Author: Gergely Harmadas <[email protected]>
AuthorDate: Wed Jul 22 15:02:01 2026 +0200

    MINOR: bump jline to 3.30.16 (#22906)
    
    See [KAFKA-20815](https://issues.apache.org/jira/browse/KAFKA-20815) and
    https://github.com/apache/kafka/pull/22898#discussion_r3629242510
    
    Reviewers: Ken Huang <[email protected]>, Mickael Maison
     <[email protected]>
---
 LICENSE-binary             | 6 +++---
 gradle/dependencies.gradle | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index aa05fe4a30b..f3c83f18403 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -307,9 +307,9 @@ BSD 2-Clause
 ---------------------------------------
 BSD 3-Clause
 
-- jline-native-3.30.15, see: licenses/jline-BSD-3-clause
-- jline-reader-3.30.15, see: licenses/jline-BSD-3-clause
-- jline-terminal-3.30.15, see: licenses/jline-BSD-3-clause
+- jline-native-3.30.16, see: licenses/jline-BSD-3-clause
+- jline-reader-3.30.16, see: licenses/jline-BSD-3-clause
+- jline-terminal-3.30.16, see: licenses/jline-BSD-3-clause
 - protobuf-java-3.25.5, see: licenses/protobuf-java-BSD-3-clause
 - jakarta.activation-2.0.1, see: licenses/jakarta-BSD-3-clause
 
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 02e3fda9308..7bf41a46fa2 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -72,7 +72,7 @@ versions += [
   jetty: "12.0.34",
   jersey: "3.1.10",
   jgit: "7.6.0.202603022253-r",
-  jline: "3.30.15",
+  jline: "3.30.16",
   jmh: "1.37",
   hamcrest: "3.0",
   scalaLogging: "3.9.6",

Reply via email to