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"))
443
443
" org.elasticmq" %% " elasticmq-core" % " 1.6.6" ,
444
444
" org.elasticmq" %% " elasticmq-server" % " 1.6.6" ,
445
445
" org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.6" ,
446
- " software.amazon.awssdk" % " sqs" % " 2.26.31 "
446
+ " software.amazon.awssdk" % " sqs" % " 2.27.10 "
447
447
),
448
448
Defaults .itSettings
449
449
)
@@ -548,7 +548,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
548
548
" com.amazonaws" % " aws-java-sdk-s3" % " 1.12.767" % IntegrationTest ,
549
549
" com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.41.3" % IntegrationTest ,
550
550
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % " 0.41.3" % IntegrationTest ,
551
- " software.amazon.awssdk" % " s3" % " 2.26.31 "
551
+ " software.amazon.awssdk" % " s3" % " 2.27.10 "
552
552
),
553
553
Defaults .itSettings,
554
554
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments