This is an automated email from the ASF dual-hosted git repository.
jinterrante 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 db782183c Update jline to 3.25.0
db782183c is described below
commit db782183c5a36368cecb27db846197790890dcc2
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jan 16 09:07:00 2024 -0500
Update jline to 3.25.0
---
daffodil-cli/bin.LICENSE | 2 +-
project/Dependencies.scala | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/daffodil-cli/bin.LICENSE b/daffodil-cli/bin.LICENSE
index 6f0d1dfed..e58a619f5 100644
--- a/daffodil-cli/bin.LICENSE
+++ b/daffodil-cli/bin.LICENSE
@@ -1735,7 +1735,7 @@ is subject to the terms and conditions of the following
licenses.
These files are available under a BSD-3-Clause license. For details, see
https://github.com/jline/jline3/blob/HEAD/LICENSE.txt
- Copyright (c) 2002-2018, the original author or authors.
+ Copyright (c) 2002-2023, the original author or authors.
All rights reserved.
https://opensource.org/licenses/BSD-3-Clause
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 46414906c..e97de7882 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -44,8 +44,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.fusesource.jansi" % "jansi" % "2.4.1",
- "org.jline" % "jline" % "3.24.1",
+ "org.jline" % "jline" % "3.25.0",
"org.rogach" %% "scallop" % "5.0.1",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test",
)