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 @@ -458,7 +458,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
458458 " org.elasticmq" %% " elasticmq-core" % " 1.6.8" ,
459459 " org.elasticmq" %% " elasticmq-server" % " 1.6.8" ,
460460 " org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.8" ,
461- " software.amazon.awssdk" % " sqs" % " 2.29.20 "
461+ " software.amazon.awssdk" % " sqs" % " 2.29.24 "
462462 ),
463463 Defaults .itSettings
464464 )
@@ -582,7 +582,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
582582 " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.779" % IntegrationTest ,
583583 " com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
584584 " com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
585- " software.amazon.awssdk" % " s3" % " 2.29.20 "
585+ " software.amazon.awssdk" % " s3" % " 2.29.24 "
586586 ),
587587 Defaults .itSettings,
588588 IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments