Skip to content

Commit 2108044

Browse files
authored
Merge pull request scalacenter#2013 from scalacenter/update/log4j-core-2.20.0
build(deps): Update log4j-core from 2.19.0 to 2.20.0
2 parents af73ff1 + 64f8cd3 commit 2108044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object Dependencies {
5555

5656
val configDirectories = "dev.dirs" % "directories" % configDirsVersion
5757
val libraryManagement = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
58-
val log4j = "org.apache.logging.log4j" % "log4j-core" % "2.19.0"
58+
val log4j = "org.apache.logging.log4j" % "log4j-core" % "2.20.0"
5959
val scalazCore = "org.scalaz" %% "scalaz-core" % scalazVersion
6060
val coursierInterface = "io.get-coursier" % "interface" % "1.0.13"
6161
val coursierInterfaceSubs = "io.get-coursier" % "interface-svm-subs" % "1.0.13"

0 commit comments

Comments
 (0)