Skip to content

Commit

Permalink
Update log4j-core, log4j-slf4j2-impl to 2.22.1 (#801)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Kotula <[email protected]>
  • Loading branch information
scala-steward and justcoon authored Jan 15, 2024
1 parent ce6430d commit 9b5b852
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.22.0",
"org.apache.logging.log4j" % "log4j-core" % "2.22.0"
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.22.1",
"org.apache.logging.log4j" % "log4j-core" % "2.22.1"
)
)

Expand Down

0 comments on commit 9b5b852

Please sign in to comment.