You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2024/02/19 21:01:04 UTC

(daffodil) branch main updated: Update slf4j-api to 2.0.12

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 08486cf19 Update slf4j-api to 2.0.12
08486cf19 is described below

commit 08486cf197e26a1419809fbff4a9a77ee9978264
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Tue Feb 6 14:11:20 2024 +0000

    Update slf4j-api to 2.0.12
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d0a746edb..9b47a1ca4 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.11",
+    "org.slf4j" % "slf4j-api" % "2.0.12",
   )
 
   lazy val infoset = Seq(