File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
471
471
" org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.12"
472
472
),
473
473
libraryDependencies ++= Seq (
474
- " software.amazon.awssdk" % " sqs" % " 2.31.20 "
474
+ " software.amazon.awssdk" % " sqs" % " 2.31.25 "
475
475
),
476
476
Defaults .itSettings
477
477
)
@@ -595,7 +595,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
595
595
" com.amazonaws" % " aws-java-sdk-s3" % " 1.12.782" % IntegrationTest ,
596
596
" com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
597
597
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
598
- " software.amazon.awssdk" % " s3" % " 2.31.20 "
598
+ " software.amazon.awssdk" % " s3" % " 2.31.25 "
599
599
),
600
600
Defaults .itSettings,
601
601
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments