Skip to content

Commit dc4faf7

Browse files
authored
Merge pull request #2004 from Baeldung/update/log4j-core-2.25.2
Update log4j-core from 2.25.1 to 2.25.2
2 parents 4b0855a + 3ee1ed8 commit dc4faf7

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
@@ -506,7 +506,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
506506
libraryDependencies ++= scalaTestDeps,
507507
libraryDependencies ++= Seq(
508508
log4jApiScalaDep,
509-
"org.apache.logging.log4j" % "log4j-core" % "2.25.1" % Runtime
509+
"org.apache.logging.log4j" % "log4j-core" % "2.25.2" % Runtime
510510
),
511511
libraryDependencies += osLibDep
512512
)
@@ -554,7 +554,7 @@ val kafkaVersion = "8.0.0-ce"
554554
val pureconfigVersion = "0.17.9"
555555
val jackSonVersion = "2.20.0"
556556
val log4jApiScalaVersion = "13.1.0"
557-
val log4jVersion = "2.25.1"
557+
val log4jVersion = "2.25.2"
558558
val avro4sVersion = "4.1.2"
559559
val kafkaAvroSerializer = "8.0.0"
560560

0 commit comments

Comments
 (0)