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