Skip to content

Commit 9f7e911

Browse files
authored
Merge pull request #1926 from Baeldung/update/s3-2.31.73
Update s3, sqs from 2.31.68 to 2.31.73
2 parents ec340c4 + 6839996 commit 9f7e911

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
@@ -472,7 +472,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
472472
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.12"
473473
),
474474
libraryDependencies ++= Seq(
475-
"software.amazon.awssdk" % "sqs" % "2.31.68"
475+
"software.amazon.awssdk" % "sqs" % "2.31.73"
476476
),
477477
Defaults.itSettings
478478
)
@@ -596,7 +596,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
596596
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.787" % IntegrationTest,
597597
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
598598
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
599-
"software.amazon.awssdk" % "s3" % "2.31.68"
599+
"software.amazon.awssdk" % "s3" % "2.31.73"
600600
),
601601
Defaults.itSettings,
602602
IntegrationTest / fork := true

0 commit comments

Comments
 (0)