From 555bbf113573a19c0c81062792db2de01d2a5c7e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 10:18:01 +0000 Subject: [PATCH] Update slf4j-api to 2.0.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e7ae20d5..8b85cc81 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val commonSettings = Seq( "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.3", "com.atlassian.sourcemap" % "sourcemap" % "2.0.0", "commons-io" % "commons-io" % "2.13.0", - "org.slf4j" % "slf4j-api" % "2.0.7", + "org.slf4j" % "slf4j-api" % "2.0.11", "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" % Optional, "org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Optional, "io.joern" %% "x2cpg" % joernVersion % Test classifier "tests",