Skip to content

Commit

Permalink
Update log4j-api, log4j-core, ... to 2.23.0 (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 10, 2024
1 parent 66d5491 commit 31488ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -354,9 +354,9 @@ lazy val tests = (project in file("elastic4s-tests"))
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion % "test",
"com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion % "test",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % JacksonVersion % "test" exclude("org.scala-lang", "scala-library"),
"org.apache.logging.log4j" % "log4j-api" % "2.22.1" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.22.1" % "test"
"org.apache.logging.log4j" % "log4j-api" % "2.23.0" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.23.0" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.23.0" % "test"
),
Test / fork := false,
Test / parallelExecution := false,
Expand Down

0 comments on commit 31488ec

Please sign in to comment.