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 1b9a512 Update jline to 3.21.0
1b9a512 is described below
commit 1b9a5120cba156333b4e46bf2549a9fe0ae594d8
Author: Scala Steward <[email protected]>
AuthorDate: Tue Oct 19 14:07:39 2021 +0200
Update jline to 3.21.0
---
daffodil-cli/bin.LICENSE | 2 +-
project/Dependencies.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/daffodil-cli/bin.LICENSE b/daffodil-cli/bin.LICENSE
index e74ffa8..cbd7c60 100644
--- a/daffodil-cli/bin.LICENSE
+++ b/daffodil-cli/bin.LICENSE
@@ -758,7 +758,7 @@ is subject to the terms and conditions of the following
licenses.
This product bundles 'JLine', including the following files:
- lib/org.jline.jline-<VERSION>.jar
These files are available under a BSD-3-Clause license. For details, see
- https://github.com/jline/jline3/blob/jline-parent-3.20.0/LICENSE.txt
+ https://github.com/jline/jline3/blob/HEAD/LICENSE.txt
Copyright (c) 2002-2018, the original author or authors.
All rights reserved.
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 13cc4b8..e08c5d8 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -42,7 +42,7 @@ object Dependencies {
lazy val cli = Seq(
"org.fusesource.jansi" % "jansi" % "2.4.0",
- "org.jline" % "jline" % "3.20.0",
+ "org.jline" % "jline" % "3.21.0",
"org.rogach" %% "scallop" % "4.0.4",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "it,test",
"org.apache.logging.log4j" % "log4j-core" % "2.14.1",