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/01/16 16:50:00 UTC

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

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 cebce3159 Update slf4j-api to 2.0.11
cebce3159 is described below

commit cebce31599591d69601efeb5601e9989cd50562a
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Fri Jan 12 13:22:01 2024 +0000

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

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