Skip to content

Commit c8ca98e

Browse files
authored
Merge pull request #1980 from Baeldung/update/s3-2.32.33
Update s3, sqs from 2.32.29 to 2.32.33
2 parents 0e40a78 + 66b2580 commit c8ca98e

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.14"
473473
),
474474
libraryDependencies ++= Seq(
475-
"software.amazon.awssdk" % "sqs" % "2.32.29"
475+
"software.amazon.awssdk" % "sqs" % "2.32.33"
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.788" % IntegrationTest,
597597
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
598598
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
599-
"software.amazon.awssdk" % "s3" % "2.32.29"
599+
"software.amazon.awssdk" % "s3" % "2.32.33"
600600
),
601601
Defaults.itSettings,
602602
IntegrationTest / fork := true

0 commit comments

Comments
 (0)