Skip to content

Commit 4849912

Browse files
authored
Merge pull request #1687 from Baeldung/update/log4j-core-2.24.3
Update log4j-core from 2.24.2 to 2.24.3
2 parents 3da3d68 + 10fae02 commit 4849912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
431431
circeParserDep,
432432
"com.softwaremill.retry" %% "retry" % "0.3.6",
433433
log4jApiScalaDep,
434-
"org.apache.logging.log4j" % "log4j-core" % "2.24.2" % Runtime,
434+
"org.apache.logging.log4j" % "log4j-core" % "2.24.3" % Runtime,
435435
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
436436
"software.amazon.awssdk" % "s3" % "2.25.9",
437437
"com.github.seratch" %% "awscala" % "0.9.2"
@@ -492,7 +492,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
492492
libraryDependencies ++= scalaTestDeps,
493493
libraryDependencies ++= Seq(
494494
log4jApiScalaDep,
495-
"org.apache.logging.log4j" % "log4j-core" % "2.24.2" % Runtime
495+
"org.apache.logging.log4j" % "log4j-core" % "2.24.3" % Runtime
496496
),
497497
libraryDependencies += osLibDep
498498
)

0 commit comments

Comments
 (0)