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.7" ,
444
444
" org.elasticmq" %% " elasticmq-server" % " 1.6.7" ,
445
445
" org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.7" ,
446
- " software.amazon.awssdk" % " sqs" % " 2.27.10 "
446
+ " software.amazon.awssdk" % " sqs" % " 2.27.16 "
447
447
),
448
448
Defaults .itSettings
449
449
)
@@ -556,7 +556,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
556
556
" com.amazonaws" % " aws-java-sdk-s3" % " 1.12.770" % IntegrationTest ,
557
557
" com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.41.3" % IntegrationTest ,
558
558
" 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 "
560
560
),
561
561
Defaults .itSettings,
562
562
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments