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 @@ -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 )
You can’t perform that action at this time.
0 commit comments