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"))
458
458
" org.elasticmq" %% " elasticmq-core" % " 1.6.8" ,
459
459
" org.elasticmq" %% " elasticmq-server" % " 1.6.8" ,
460
460
" org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.8" ,
461
- " software.amazon.awssdk" % " sqs" % " 2.29.20 "
461
+ " software.amazon.awssdk" % " sqs" % " 2.29.24 "
462
462
),
463
463
Defaults .itSettings
464
464
)
@@ -582,7 +582,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
582
582
" com.amazonaws" % " aws-java-sdk-s3" % " 1.12.779" % IntegrationTest ,
583
583
" com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
584
584
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
585
- " software.amazon.awssdk" % " s3" % " 2.29.20 "
585
+ " software.amazon.awssdk" % " s3" % " 2.29.24 "
586
586
),
587
587
Defaults .itSettings,
588
588
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments