Skip to content

Commit 4bbab20

Browse files
Update log4j-over-slf4j, slf4j-api to 2.0.9 (#140)
Co-authored-by: Seth Tisue <[email protected]>
1 parent 2cc7313 commit 4bbab20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ lazy val core = (
3535
"org.ow2.asm" % "asm-util" % AsmVersion,
3636
"org.scala-lang" % "scalap" % System.getProperty("scalap.version", scalaVersion.value),
3737
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.7.0.202309050840-r",
38-
"org.slf4j" % "slf4j-api" % "2.0.7",
39-
"org.slf4j" % "log4j-over-slf4j" % "2.0.7", // for any java classes looking for this
38+
"org.slf4j" % "slf4j-api" % "2.0.9",
39+
"org.slf4j" % "log4j-over-slf4j" % "2.0.9", // for any java classes looking for this
4040
"ch.qos.logback" % "logback-classic" % "1.4.11",
4141
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
4242
),

0 commit comments

Comments
 (0)