Skip to content

Commit 8470810

Browse files
authored
Merge pull request #1739 from Baeldung/update/s3-2.30.7
Update s3, sqs from 2.29.52 to 2.30.7
2 parents 474fe97 + f6bbdd2 commit 8470810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
460460
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.11"
461461
),
462462
libraryDependencies ++= Seq(
463-
"software.amazon.awssdk" % "sqs" % "2.29.52"
463+
"software.amazon.awssdk" % "sqs" % "2.30.7"
464464
),
465465
Defaults.itSettings
466466
)
@@ -584,7 +584,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
584584
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.780" % IntegrationTest,
585585
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
586586
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
587-
"software.amazon.awssdk" % "s3" % "2.29.52"
587+
"software.amazon.awssdk" % "s3" % "2.30.7"
588588
),
589589
Defaults.itSettings,
590590
IntegrationTest / fork := true

0 commit comments

Comments
 (0)