Skip to content

Commit

Permalink
Merge pull request #2222 from scalacenter/update/log4j-core-2.22.1
Browse files Browse the repository at this point in the history
build(deps): Update log4j-core from 2.22.0 to 2.22.1
  • Loading branch information
tgodzik committed Dec 28, 2023
2 parents fb45d44 + 99091e8 commit bf9ef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object Dependencies {

val configDirectories = "dev.dirs" % "directories" % configDirsVersion
val libraryManagement = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
val log4j = "org.apache.logging.log4j" % "log4j-core" % "2.22.0"
val log4j = "org.apache.logging.log4j" % "log4j-core" % "2.22.1"
val scalazCore = "org.scalaz" %% "scalaz-core" % scalazVersion
val coursierInterface = "io.get-coursier" % "interface" % "1.0.19"
val coursierInterfaceSubs = "io.get-coursier" % "interface-svm-subs" % "1.0.19"
Expand Down

0 comments on commit bf9ef5b

Please sign in to comment.