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"))
439
439
circeParserDep,
440
440
" com.softwaremill.retry" %% " retry" % " 0.3.6" ,
441
441
log4jApiScalaDep,
442
- " org.apache.logging.log4j" % " log4j-core" % " 2.24.3 " % Runtime ,
442
+ " org.apache.logging.log4j" % " log4j-core" % " 2.25.0 " % Runtime ,
443
443
" com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5" ,
444
444
" software.amazon.awssdk" % " s3" % " 2.25.9" ,
445
445
" com.github.seratch" %% " awscala" % " 0.9.2" ,
@@ -505,7 +505,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
505
505
libraryDependencies ++= scalaTestDeps,
506
506
libraryDependencies ++= Seq (
507
507
log4jApiScalaDep,
508
- " org.apache.logging.log4j" % " log4j-core" % " 2.24.3 " % Runtime
508
+ " org.apache.logging.log4j" % " log4j-core" % " 2.25.0 " % Runtime
509
509
),
510
510
libraryDependencies += osLibDep
511
511
)
You can’t perform that action at this time.
0 commit comments