Skip to content

Commit

Permalink
Update log4j-core, log4j-slf4j2-impl to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 22, 2024
1 parent 30712bb commit 7d7aef5
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 @@ -32,8 +32,8 @@ lazy val commonSettings = Seq(
"com.atlassian.sourcemap" % "sourcemap" % "2.0.0",
"commons-io" % "commons-io" % "2.13.0",
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" % Optional,
"org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Optional,
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.23.0" % Optional,
"org.apache.logging.log4j" % "log4j-core" % "2.23.0" % Optional,
"io.joern" %% "x2cpg" % joernVersion % Test classifier "tests",
"org.scalatest" %% "scalatest" % "3.2.17" % Test
)
Expand Down

0 comments on commit 7d7aef5

Please sign in to comment.