Skip to content

Commit 2ebfdf3

Browse files
authored
Merge pull request #1655 from Baeldung/update/log4j-core-2.24.2
Update log4j-core from 2.24.1 to 2.24.2
2 parents c079617 + 8bdfd3b commit 2ebfdf3

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
@@ -429,7 +429,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
429429
circeParserDep,
430430
"com.softwaremill.retry" %% "retry" % "0.3.6",
431431
log4jApiScalaDep,
432-
"org.apache.logging.log4j" % "log4j-core" % "2.24.1" % Runtime,
432+
"org.apache.logging.log4j" % "log4j-core" % "2.24.2" % Runtime,
433433
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
434434
"software.amazon.awssdk" % "s3" % "2.25.9",
435435
"com.github.seratch" %% "awscala" % "0.9.2"
@@ -490,7 +490,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
490490
libraryDependencies ++= scalaTestDeps,
491491
libraryDependencies ++= Seq(
492492
log4jApiScalaDep,
493-
"org.apache.logging.log4j" % "log4j-core" % "2.24.1" % Runtime
493+
"org.apache.logging.log4j" % "log4j-core" % "2.24.2" % Runtime
494494
),
495495
libraryDependencies += osLibDep
496496
)

0 commit comments

Comments
 (0)