Skip to content

Commit

Permalink
Update log4j-core, log4j-slf4j2-impl to 2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 15, 2024
1 parent eae8c34 commit 97fd57d
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 97fd57d

Please sign in to comment.