This is an automated email from the ASF dual-hosted git repository.
olabusayoT 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 d935bb514 Update slf4j-api to 2.0.18
d935bb514 is described below
commit d935bb514e566fb50ccc9d2246e169c9ea20214d
Author: Scala Steward <[email protected]>
AuthorDate: Wed May 13 14:19:27 2026 +0000
Update slf4j-api to 2.0.18
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index bb60cb502..9ecb1370f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
)
lazy val slf4jAPI = Seq(
- "org.slf4j" % "slf4j-api" % "2.0.17"
+ "org.slf4j" % "slf4j-api" % "2.0.18"
)
lazy val infoset = Seq(