Skip to content

Commit eaa55d4

Browse files
authored
Merge pull request #1918 from Baeldung/update/log4j-core-2.25.0
Update log4j-core from 2.24.3 to 2.25.0
2 parents 9b8659a + 4362f2a commit eaa55d4

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
@@ -439,7 +439,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
439439
circeParserDep,
440440
"com.softwaremill.retry" %% "retry" % "0.3.6",
441441
log4jApiScalaDep,
442-
"org.apache.logging.log4j" % "log4j-core" % "2.24.3" % Runtime,
442+
"org.apache.logging.log4j" % "log4j-core" % "2.25.0" % Runtime,
443443
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
444444
"software.amazon.awssdk" % "s3" % "2.25.9",
445445
"com.github.seratch" %% "awscala" % "0.9.2",
@@ -505,7 +505,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
505505
libraryDependencies ++= scalaTestDeps,
506506
libraryDependencies ++= Seq(
507507
log4jApiScalaDep,
508-
"org.apache.logging.log4j" % "log4j-core" % "2.24.3" % Runtime
508+
"org.apache.logging.log4j" % "log4j-core" % "2.25.0" % Runtime
509509
),
510510
libraryDependencies += osLibDep
511511
)

0 commit comments

Comments
 (0)