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 90360ca1d Update slf4j-api to 2.0.13
90360ca1d is described below
commit 90360ca1d2704ff908af6e6891dd162846e690cd
Author: Scala Steward <[email protected]>
AuthorDate: Sat Apr 13 12:41:41 2024 +0000
Update slf4j-api to 2.0.13
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 07fa82d8a..0142297d2 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.12",
+ "org.slf4j" % "slf4j-api" % "2.0.13",
)
lazy val infoset = Seq(