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

olabusayoT pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a3255a6f Update jline to 4.2.1
1a3255a6f is described below

commit 1a3255a6f8fae2e6331716e19aea3f7e6094673f
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jun 20 14:35:40 2026 +0000

    Update jline to 4.2.1
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9b3fc00f8..245553f2d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -43,7 +43,7 @@ object Dependencies {
   )
 
   lazy val cli = Seq(
-    "org.jline" % "jline" % "3.30.13",
+    "org.jline" % "jline" % "4.2.1",
     "org.rogach" %% "scallop" % "5.3.0",
     "net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
   )

Reply via email to