Skip to content

Commit

Permalink
Update log4j-over-slf4j, slf4j-api to 2.0.16 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 14, 2024
1 parent 183712b commit 4e31ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ lazy val core = project.
"org.ow2.asm" % "asm-util" % AsmVersion,
"org.scala-lang" % "scalap" % System.getProperty("scalap.version", scalaVersion.value),
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.slf4j" % "log4j-over-slf4j" % "2.0.13", // for any java classes looking for this
"org.slf4j" % "slf4j-api" % "2.0.16",
"org.slf4j" % "log4j-over-slf4j" % "2.0.16", // for any java classes looking for this
"ch.qos.logback" % "logback-classic" % "1.3.11",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
),
Expand Down

0 comments on commit 4e31ccb

Please sign in to comment.