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 a1ba962 Update jansi to 2.4.0
a1ba962 is described below
commit a1ba9620f2c4072a945ae26bc9e419be197b94c8
Author: Scala Steward <[email protected]>
AuthorDate: Thu Oct 14 12:04:53 2021 +0200
Update jansi to 2.4.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 42cdb63..13cc4b8 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -41,7 +41,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.fusesource.jansi" % "jansi" % "2.3.4",
+ "org.fusesource.jansi" % "jansi" % "2.4.0",
"org.jline" % "jline" % "3.20.0",
"org.rogach" %% "scallop" % "4.0.4",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "it,test",