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 35aaaee21 Update jansi to 2.4.1
35aaaee21 is described below
commit 35aaaee213e7197279ea53f12c48b7a45f8898da
Author: Scala Steward <[email protected]>
AuthorDate: Mon Oct 16 16:43:03 2023 +0000
Update jansi to 2.4.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7a8bcd4a6..3cd55e9c1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -44,7 +44,7 @@ object Dependencies {
)
lazy val cli = Seq(
- "org.fusesource.jansi" % "jansi" % "2.4.0",
+ "org.fusesource.jansi" % "jansi" % "2.4.1",
"org.jline" % "jline" % "3.22.0",
"org.rogach" %% "scallop" % "5.0.0",
"net.sf.expectit" % "expectit-core" % "0.9.0" % "test",