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 @@ -460,7 +460,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
460
460
" org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.11"
461
461
),
462
462
libraryDependencies ++= Seq (
463
- " software.amazon.awssdk" % " sqs" % " 2.29.50 "
463
+ " software.amazon.awssdk" % " sqs" % " 2.29.52 "
464
464
),
465
465
Defaults .itSettings
466
466
)
@@ -584,7 +584,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
584
584
" com.amazonaws" % " aws-java-sdk-s3" % " 1.12.780" % IntegrationTest ,
585
585
" com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
586
586
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
587
- " software.amazon.awssdk" % " s3" % " 2.29.50 "
587
+ " software.amazon.awssdk" % " s3" % " 2.29.52 "
588
588
),
589
589
Defaults .itSettings,
590
590
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments