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 6f7b07a71 Update slf4j-api to 2.0.16
6f7b07a71 is described below
commit 6f7b07a7198ad15257c3011f6ff4d9cff4c6395d
Author: Scala Steward <[email protected]>
AuthorDate: Mon Aug 12 11:25:43 2024 +0000
Update slf4j-api to 2.0.16
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9157fc1b6..2b94070b4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
)
lazy val slf4jAPI = Seq(
- "org.slf4j" % "slf4j-api" % "2.0.13"
+ "org.slf4j" % "slf4j-api" % "2.0.16"
)
lazy val infoset = Seq(