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 @@ -431,7 +431,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
431
431
circeParserDep,
432
432
" com.softwaremill.retry" %% " retry" % " 0.3.6" ,
433
433
log4jApiScalaDep,
434
- " org.apache.logging.log4j" % " log4j-core" % " 2.24.2 " % Runtime ,
434
+ " org.apache.logging.log4j" % " log4j-core" % " 2.24.3 " % Runtime ,
435
435
" com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5" ,
436
436
" software.amazon.awssdk" % " s3" % " 2.25.9" ,
437
437
" com.github.seratch" %% " awscala" % " 0.9.2"
@@ -492,7 +492,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
492
492
libraryDependencies ++= scalaTestDeps,
493
493
libraryDependencies ++= Seq (
494
494
log4jApiScalaDep,
495
- " org.apache.logging.log4j" % " log4j-core" % " 2.24.2 " % Runtime
495
+ " org.apache.logging.log4j" % " log4j-core" % " 2.24.3 " % Runtime
496
496
),
497
497
libraryDependencies += osLibDep
498
498
)
You can’t perform that action at this time.
0 commit comments