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 a0866f761 Update slf4j-api to 2.0.9
a0866f761 is described below
commit a0866f761d3bfa1390f2d250d456bb5e0236593c
Author: Scala Steward <[email protected]>
AuthorDate: Wed Sep 6 14:06:41 2023 +0000
Update slf4j-api to 2.0.9
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a8ac832fd..e2b88b76e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -34,7 +34,7 @@ object Dependencies {
)
lazy val slf4jAPI = Seq(
- "org.slf4j" % "slf4j-api" % "2.0.7",
+ "org.slf4j" % "slf4j-api" % "2.0.9",
)
lazy val infoset = Seq(