File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ lazy val scala_libraries_3 = (project in file("scala-libraries-3"))
424
424
libraryDependencies += " com.softwaremill.retry" %% " retry" % " 0.3.6" ,
425
425
libraryDependencies ++= Seq (
426
426
log4jApiScalaDep,
427
- " org.apache.logging.log4j" % " log4j-core" % " 2.23.0 " % Runtime
427
+ " org.apache.logging.log4j" % " log4j-core" % " 2.23.1 " % Runtime
428
428
),
429
429
libraryDependencies += osLibDep
430
430
)
@@ -436,7 +436,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
436
436
libraryDependencies ++= scalaTestDeps,
437
437
libraryDependencies ++= Seq (
438
438
log4jApiScalaDep,
439
- " org.apache.logging.log4j" % " log4j-core" % " 2.23.0 " % Runtime
439
+ " org.apache.logging.log4j" % " log4j-core" % " 2.23.1 " % Runtime
440
440
),
441
441
libraryDependencies += osLibDep
442
442
)
You can’t perform that action at this time.
0 commit comments