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 @@ -451,7 +451,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
451451 " org.elasticmq" %% " elasticmq-core" % " 1.6.8" ,
452452 " org.elasticmq" %% " elasticmq-server" % " 1.6.8" ,
453453 " org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.8" ,
454- " software.amazon.awssdk" % " sqs" % " 2.28.12 "
454+ " software.amazon.awssdk" % " sqs" % " 2.28.18 "
455455 ),
456456 Defaults .itSettings
457457 )
@@ -564,7 +564,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
564564 " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.772" % IntegrationTest ,
565565 " com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.41.3" % IntegrationTest ,
566566 " com.dimafeng" %% " testcontainers-scala-localstack-v2" % " 0.41.3" % IntegrationTest ,
567- " software.amazon.awssdk" % " s3" % " 2.28.12 "
567+ " software.amazon.awssdk" % " s3" % " 2.28.18 "
568568 ),
569569 Defaults .itSettings,
570570 IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments