Skip to content

Commit

Permalink
Update log4j-api, log4j-core, ... to 2.24.1 (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 444132b commit 99eff40
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 @@ -329,9 +329,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.24.0" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.24.0" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.24.0" % "test"
"org.apache.logging.log4j" % "log4j-api" % "2.24.1" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.24.1" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.24.1" % "test"
),
Test / fork := false,
Test / parallelExecution := false,
Expand Down

0 comments on commit 99eff40

Please sign in to comment.