Skip to content

Commit 9cca787

Browse files
authored
Merge pull request #1858 from Baeldung/update/s3-2.31.35
Update s3, sqs from 2.31.30 to 2.31.35
2 parents dfef3fe + c6794ac commit 9cca787

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
@@ -471,7 +471,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
471471
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.12"
472472
),
473473
libraryDependencies ++= Seq(
474-
"software.amazon.awssdk" % "sqs" % "2.31.30"
474+
"software.amazon.awssdk" % "sqs" % "2.31.35"
475475
),
476476
Defaults.itSettings
477477
)
@@ -595,7 +595,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
595595
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.782" % IntegrationTest,
596596
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
597597
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
598-
"software.amazon.awssdk" % "s3" % "2.31.30"
598+
"software.amazon.awssdk" % "s3" % "2.31.35"
599599
),
600600
Defaults.itSettings,
601601
IntegrationTest / fork := true

0 commit comments

Comments
 (0)