Skip to content

Commit

Permalink
Update log4j-core, log4j-slf4j2-impl to 2.22.0 (#790)
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 Nov 23, 2023
1 parent 378e144 commit d353598
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.21.1",
"org.apache.logging.log4j" % "log4j-core" % "2.21.1"
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.22.0",
"org.apache.logging.log4j" % "log4j-core" % "2.22.0"
)
)

Expand Down

0 comments on commit d353598

Please sign in to comment.