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 @@ -429,7 +429,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
429429 circeParserDep,
430430 " com.softwaremill.retry" %% " retry" % " 0.3.6" ,
431431 log4jApiScalaDep,
432- " org.apache.logging.log4j" % " log4j-core" % " 2.24.1 " % Runtime ,
432+ " org.apache.logging.log4j" % " log4j-core" % " 2.24.2 " % Runtime ,
433433 " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5" ,
434434 " software.amazon.awssdk" % " s3" % " 2.25.9" ,
435435 " com.github.seratch" %% " awscala" % " 0.9.2"
@@ -490,7 +490,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
490490 libraryDependencies ++= scalaTestDeps,
491491 libraryDependencies ++= Seq (
492492 log4jApiScalaDep,
493- " org.apache.logging.log4j" % " log4j-core" % " 2.24.1 " % Runtime
493+ " org.apache.logging.log4j" % " log4j-core" % " 2.24.2 " % Runtime
494494 ),
495495 libraryDependencies += osLibDep
496496 )
You can’t perform that action at this time.
0 commit comments