Skip to content

Commit

Permalink
Update log4j-core, log4j-slf4j2-impl to 2.20.0 (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 24, 2023
1 parent 9dd73ed commit 32edf70
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 @@ -41,8 +41,8 @@ lazy val aggregatedProjects: Seq[ProjectReference] = Seq(

ThisBuild / libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "2.0.6",
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.19.0" % Optional,
"org.apache.logging.log4j" % "log4j-core" % "2.19.0" % Optional
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" % Optional,
"org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Optional
// `Optional` means "not transitive", but still included in "stage/lib"
)

Expand Down

0 comments on commit 32edf70

Please sign in to comment.