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 @@ -460,7 +460,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
460460 " org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.11"
461461 ),
462462 libraryDependencies ++= Seq (
463- " software.amazon.awssdk" % " sqs" % " 2.29.50 "
463+ " software.amazon.awssdk" % " sqs" % " 2.29.52 "
464464 ),
465465 Defaults .itSettings
466466 )
@@ -584,7 +584,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
584584 " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.780" % IntegrationTest ,
585585 " com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
586586 " com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
587- " software.amazon.awssdk" % " s3" % " 2.29.50 "
587+ " software.amazon.awssdk" % " s3" % " 2.29.52 "
588588 ),
589589 Defaults .itSettings,
590590 IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments