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 @@ -472,7 +472,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
472
472
" org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.12"
473
473
),
474
474
libraryDependencies ++= Seq (
475
- " software.amazon.awssdk" % " sqs" % " 2.31.68 "
475
+ " software.amazon.awssdk" % " sqs" % " 2.31.73 "
476
476
),
477
477
Defaults .itSettings
478
478
)
@@ -596,7 +596,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
596
596
" com.amazonaws" % " aws-java-sdk-s3" % " 1.12.787" % IntegrationTest ,
597
597
" com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
598
598
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
599
- " software.amazon.awssdk" % " s3" % " 2.31.68 "
599
+ " software.amazon.awssdk" % " s3" % " 2.31.73 "
600
600
),
601
601
Defaults .itSettings,
602
602
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments