Skip to content

Commit 73847b3

Browse files
authored
Merge pull request #1523 from Baeldung/update/s3-2.27.10
Update s3, sqs from 2.26.31 to 2.27.10
2 parents 1499472 + 41a2916 commit 73847b3

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.6",
444444
"org.elasticmq" %% "elasticmq-server" % "1.6.6",
445445
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.6",
446-
"software.amazon.awssdk" % "sqs" % "2.26.31"
446+
"software.amazon.awssdk" % "sqs" % "2.27.10"
447447
),
448448
Defaults.itSettings
449449
)
@@ -548,7 +548,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
548548
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
549549
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
550550
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
551-
"software.amazon.awssdk" % "s3" % "2.26.31"
551+
"software.amazon.awssdk" % "s3" % "2.27.10"
552552
),
553553
Defaults.itSettings,
554554
IntegrationTest / fork := true

0 commit comments

Comments
 (0)