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.21.0 to 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Oct 25, 2023
1 parent 6099b65 commit b29de6c
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.27" % Test
)

lazy val log4JVersion = "2.21.0"
lazy val log4JVersion = "2.21.1"

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

0 comments on commit b29de6c

Please sign in to comment.