Skip to content

Commit 2c81606

Browse files
Update log4j-over-slf4j, slf4j-api to 2.0.11 (#168)
1 parent c3640cc commit 2c81606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ lazy val core = project.
6464
"org.ow2.asm" % "asm-util" % AsmVersion,
6565
"org.scala-lang" % "scalap" % System.getProperty("scalap.version", scalaVersion.value),
6666
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r",
67-
"org.slf4j" % "slf4j-api" % "2.0.9",
68-
"org.slf4j" % "log4j-over-slf4j" % "2.0.9", // for any java classes looking for this
67+
"org.slf4j" % "slf4j-api" % "2.0.11",
68+
"org.slf4j" % "log4j-over-slf4j" % "2.0.11", // for any java classes looking for this
6969
"ch.qos.logback" % "logback-classic" % "1.3.11",
7070
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
7171
),

0 commit comments

Comments
 (0)