Skip to content

Commit fb033d7

Browse files
authored
Merge pull request #1676 from Baeldung/update/s3-2.29.24
Update s3, sqs from 2.29.20 to 2.29.24
2 parents 4c12aa1 + a0623cb commit fb033d7

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
@@ -458,7 +458,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
458458
"org.elasticmq" %% "elasticmq-core" % "1.6.8",
459459
"org.elasticmq" %% "elasticmq-server" % "1.6.8",
460460
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.8",
461-
"software.amazon.awssdk" % "sqs" % "2.29.20"
461+
"software.amazon.awssdk" % "sqs" % "2.29.24"
462462
),
463463
Defaults.itSettings
464464
)
@@ -582,7 +582,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
582582
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.779" % IntegrationTest,
583583
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
584584
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
585-
"software.amazon.awssdk" % "s3" % "2.29.20"
585+
"software.amazon.awssdk" % "s3" % "2.29.24"
586586
),
587587
Defaults.itSettings,
588588
IntegrationTest / fork := true

0 commit comments

Comments
 (0)