Skip to content

Commit

Permalink
Update log4j-api, log4j-core, ... to 2.24.3 (#3239)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 13, 2024
1 parent 84e8780 commit 18b68f1
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 @@ -371,9 +371,9 @@ lazy val tests = (project in file("elastic4s-tests"))
"org.scala-lang",
"scala-library"
),
"org.apache.logging.log4j" % "log4j-api" % "2.24.2" % Test,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.24.2" % Test,
"org.apache.logging.log4j" % "log4j-core" % "2.24.2" % 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 Http4sVersion = "0.23.30"
val JacksonVersion = "2.18.2"
val Json4sVersion = "4.0.7"
val Log4jVersion = "2.24.2"
val Log4jVersion = "2.24.3"
val MockitoVersion = "5.14.2"
val MonixVersion = "3.4.1"
val PekkoHttpVersion = "1.1.0"
Expand Down

0 comments on commit 18b68f1

Please sign in to comment.