This is an automated email from the ASF dual-hosted git repository.
slawrence 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 3cd5c35fb Update jline to 3.30.5
3cd5c35fb is described below
commit 3cd5c35fb6d4783961769687b1933c1407deed94
Author: Scala Steward <[email protected]>
AuthorDate: Tue Aug 12 10:44:33 2025 +0000
Update jline to 3.30.5
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 75213c43b..aea0d8a62 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -43,7 +43,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.jline" % "jline" % "3.30.1",
+ "org.jline" % "jline" % "3.30.5",
"org.rogach" %% "scallop" % "5.2.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test"
)