Skip to content

Commit

Permalink
Update log4j-api, log4j-core, ... to 2.24.3 in series/7.x (#3253)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 28, 2024
1 parent d362ac7 commit 6bb9a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,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.1" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.24.1" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.24.1" % "test"
"org.apache.logging.log4j" % "log4j-api" % "2.24.3" % "test",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.24.3" % "test",
"org.apache.logging.log4j" % "log4j-core" % "2.24.3" % "test"
),
Test / fork := false,
Test / parallelExecution := false,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {
val ExtsVersion = "1.61.1"
val JacksonVersion = "2.18.2"
val Json4sVersion = "4.0.7"
val Log4jVersion = "2.24.1"
val Log4jVersion = "2.24.3"
val MockitoVersion = "5.14.2"
val MonixVersion = "3.4.1"
val PlayJsonVersion = "2.10.6"
Expand Down

0 comments on commit 6bb9a82

Please sign in to comment.