Skip to content

Commit

Permalink
Update log4j-core, log4j-slf4j2-impl to 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 17, 2023
1 parent cdf3b41 commit 82f1603
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 @@ -234,8 +234,8 @@ lazy val examplesSlf4j2Log4j = project
.settings(
publish / skip := true,
libraryDependencies ++= Seq(
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0",
"org.apache.logging.log4j" % "log4j-core" % "2.20.0"
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.21.0",
"org.apache.logging.log4j" % "log4j-core" % "2.21.0"
)
)

Expand Down

0 comments on commit 82f1603

Please sign in to comment.