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 @@ -443,7 +443,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
443443 " org.elasticmq" %% " elasticmq-core" % " 1.6.7" ,
444444 " org.elasticmq" %% " elasticmq-server" % " 1.6.7" ,
445445 " org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.7" ,
446- " software.amazon.awssdk" % " sqs" % " 2.27.10 "
446+ " software.amazon.awssdk" % " sqs" % " 2.27.16 "
447447 ),
448448 Defaults .itSettings
449449 )
@@ -556,7 +556,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
556556 " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.770" % IntegrationTest ,
557557 " com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.41.3" % IntegrationTest ,
558558 " com.dimafeng" %% " testcontainers-scala-localstack-v2" % " 0.41.3" % IntegrationTest ,
559- " software.amazon.awssdk" % " s3" % " 2.27.10 "
559+ " software.amazon.awssdk" % " s3" % " 2.27.16 "
560560 ),
561561 Defaults .itSettings,
562562 IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments