Skip to content

Commit 7e1a8cd

Browse files
authored
Merge pull request #1536 from Baeldung/update/s3-2.27.16
Update s3, sqs from 2.27.10 to 2.27.16
2 parents eb8d65a + 6b0d7bd commit 7e1a8cd

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
@@ -443,7 +443,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
443443
"org.elasticmq" %% "elasticmq-core" % "1.6.7",
444444
"org.elasticmq" %% "elasticmq-server" % "1.6.7",
445445
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.7",
446-
"software.amazon.awssdk" % "sqs" % "2.27.10"
446+
"software.amazon.awssdk" % "sqs" % "2.27.16"
447447
),
448448
Defaults.itSettings
449449
)
@@ -556,7 +556,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
556556
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.770" % IntegrationTest,
557557
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
558558
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
559-
"software.amazon.awssdk" % "s3" % "2.27.10"
559+
"software.amazon.awssdk" % "s3" % "2.27.16"
560560
),
561561
Defaults.itSettings,
562562
IntegrationTest / fork := true

0 commit comments

Comments
 (0)