Skip to content

Commit 7b7ee9e

Browse files
authored
Merge pull request #1648 from Baeldung/update/s3-2.29.15
Update s3, sqs from 2.29.9 to 2.29.15
2 parents 1323cc1 + 721c7df commit 7b7ee9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
456456
"org.elasticmq" %% "elasticmq-core" % "1.6.8",
457457
"org.elasticmq" %% "elasticmq-server" % "1.6.8",
458458
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.8",
459-
"software.amazon.awssdk" % "sqs" % "2.29.9"
459+
"software.amazon.awssdk" % "sqs" % "2.29.15"
460460
),
461461
Defaults.itSettings
462462
)
@@ -581,6 +581,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
581581
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
582582
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
583583
"software.amazon.awssdk" % "s3" % "2.29.9"
584+
584585
),
585586
Defaults.itSettings,
586587
IntegrationTest / fork := true

0 commit comments

Comments
 (0)