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"))
424
424
circeParserDep,
425
425
" com.softwaremill.retry" %% " retry" % " 0.3.6" ,
426
426
log4jApiScalaDep,
427
- " org.apache.logging.log4j" % " log4j-core" % " 2.24.0 " % Runtime ,
427
+ " org.apache.logging.log4j" % " log4j-core" % " 2.24.1 " % Runtime ,
428
428
" com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5" ,
429
429
" software.amazon.awssdk" % " s3" % " 2.25.9" ,
430
430
" com.github.seratch" %% " awscala" % " 0.9.2"
@@ -474,7 +474,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
474
474
libraryDependencies ++= scalaTestDeps,
475
475
libraryDependencies ++= Seq (
476
476
log4jApiScalaDep,
477
- " org.apache.logging.log4j" % " log4j-core" % " 2.24.0 " % Runtime
477
+ " org.apache.logging.log4j" % " log4j-core" % " 2.24.1 " % Runtime
478
478
),
479
479
libraryDependencies += osLibDep
480
480
)
You can’t perform that action at this time.
0 commit comments