Skip to content

Commit 5c0759e

Browse files
Update log4j-core from 2.24.0 to 2.24.1
1 parent 01debf9 commit 5c0759e

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
@@ -424,7 +424,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
424424
circeParserDep,
425425
"com.softwaremill.retry" %% "retry" % "0.3.6",
426426
log4jApiScalaDep,
427-
"org.apache.logging.log4j" % "log4j-core" % "2.24.0" % Runtime,
427+
"org.apache.logging.log4j" % "log4j-core" % "2.24.1" % Runtime,
428428
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
429429
"software.amazon.awssdk" % "s3" % "2.25.9",
430430
"com.github.seratch" %% "awscala" % "0.9.2"
@@ -474,7 +474,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
474474
libraryDependencies ++= scalaTestDeps,
475475
libraryDependencies ++= Seq(
476476
log4jApiScalaDep,
477-
"org.apache.logging.log4j" % "log4j-core" % "2.24.0" % Runtime
477+
"org.apache.logging.log4j" % "log4j-core" % "2.24.1" % Runtime
478478
),
479479
libraryDependencies += osLibDep
480480
)

0 commit comments

Comments
 (0)