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 @@ -468,7 +468,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
468
468
" org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.11"
469
469
),
470
470
libraryDependencies ++= Seq (
471
- " software.amazon.awssdk" % " sqs" % " 2.30.7 "
471
+ " software.amazon.awssdk" % " sqs" % " 2.30.13 "
472
472
),
473
473
Defaults .itSettings
474
474
)
@@ -592,7 +592,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
592
592
" com.amazonaws" % " aws-java-sdk-s3" % " 1.12.780" % IntegrationTest ,
593
593
" com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
594
594
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
595
- " software.amazon.awssdk" % " s3" % " 2.30.7 "
595
+ " software.amazon.awssdk" % " s3" % " 2.30.13 "
596
596
),
597
597
Defaults .itSettings,
598
598
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments