Skip to content

Commit f09a183

Browse files
Update log4j-core from 2.23.0 to 2.23.1
1 parent f069dc1 commit f09a183

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_3 = (project in file("scala-libraries-3"))
424424
libraryDependencies += "com.softwaremill.retry" %% "retry" % "0.3.6",
425425
libraryDependencies ++= Seq(
426426
log4jApiScalaDep,
427-
"org.apache.logging.log4j" % "log4j-core" % "2.23.0" % Runtime
427+
"org.apache.logging.log4j" % "log4j-core" % "2.23.1" % Runtime
428428
),
429429
libraryDependencies += osLibDep
430430
)
@@ -436,7 +436,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
436436
libraryDependencies ++= scalaTestDeps,
437437
libraryDependencies ++= Seq(
438438
log4jApiScalaDep,
439-
"org.apache.logging.log4j" % "log4j-core" % "2.23.0" % Runtime
439+
"org.apache.logging.log4j" % "log4j-core" % "2.23.1" % Runtime
440440
),
441441
libraryDependencies += osLibDep
442442
)

0 commit comments

Comments
 (0)