Skip to content

Commit 5ffbc99

Browse files
Update log4j-over-slf4j, slf4j-api to 2.0.13 (#180)
1 parent 0111266 commit 5ffbc99

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
@@ -65,8 +65,8 @@ lazy val core = project.
6565
"org.ow2.asm" % "asm-util" % AsmVersion,
6666
"org.scala-lang" % "scalap" % System.getProperty("scalap.version", scalaVersion.value),
6767
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r",
68-
"org.slf4j" % "slf4j-api" % "2.0.12",
69-
"org.slf4j" % "log4j-over-slf4j" % "2.0.12", // for any java classes looking for this
68+
"org.slf4j" % "slf4j-api" % "2.0.13",
69+
"org.slf4j" % "log4j-over-slf4j" % "2.0.13", // for any java classes looking for this
7070
"ch.qos.logback" % "logback-classic" % "1.3.11",
7171
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
7272
),

0 commit comments

Comments
 (0)