Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade log4j-api, log4j-core, ... from 2.23.1 to 2.24.0 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt authored Sep 7, 2024
1 parent c370464 commit 1eb9068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val testDependencies = Seq(
"org.mockito" %% "mockito-scala" % "1.17.37" % Test
)

lazy val log4JVersion = "2.23.1"
lazy val log4JVersion = "2.24.0"

lazy val loggingDependencies = Seq(
// scala-logging wraps SLF4J, which can use log4j2
Expand Down

0 comments on commit 1eb9068

Please sign in to comment.