Skip to content

Commit

Permalink
Update log4j-over-slf4j, slf4j-api to 2.0.12 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 19, 2024
1 parent 332ec1d commit 1a3bab9
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 @@ -64,8 +64,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.11",
"org.slf4j" % "log4j-over-slf4j" % "2.0.11", // for any java classes looking for this
"org.slf4j" % "slf4j-api" % "2.0.12",
"org.slf4j" % "log4j-over-slf4j" % "2.0.12", // for any java classes looking for this
"ch.qos.logback" % "logback-classic" % "1.3.11",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
),
Expand Down

0 comments on commit 1a3bab9

Please sign in to comment.