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