Skip to content

Commit

Permalink
Update log4j-api, log4j-core, ... to 2.24.0 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 27, 2024
1 parent 46432cc commit b19ce44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ lazy val `zio-ftp` = project
"com.hierynomus" % "sshj" % "0.39.0",
"commons-net" % "commons-net" % "3.10.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.apache.logging.log4j" % "log4j-api" % "2.22.1" % Test,
"org.apache.logging.log4j" % "log4j-core" % "2.22.1" % Test,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % Test,
"org.apache.logging.log4j" % "log4j-api" % "2.24.0" % Test,
"org.apache.logging.log4j" % "log4j-core" % "2.24.0" % Test,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.24.0" % Test,
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit b19ce44

Please sign in to comment.