Skip to content

Commit 9e66bc0

Browse files
authored
Merge pull request #1744 from Baeldung/update/s3-2.30.13
Update s3, sqs from 2.30.7 to 2.30.13
2 parents c577e57 + 37d737d commit 9e66bc0

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
@@ -468,7 +468,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
468468
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.11"
469469
),
470470
libraryDependencies ++= Seq(
471-
"software.amazon.awssdk" % "sqs" % "2.30.7"
471+
"software.amazon.awssdk" % "sqs" % "2.30.13"
472472
),
473473
Defaults.itSettings
474474
)
@@ -592,7 +592,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
592592
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.780" % IntegrationTest,
593593
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
594594
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
595-
"software.amazon.awssdk" % "s3" % "2.30.7"
595+
"software.amazon.awssdk" % "s3" % "2.30.13"
596596
),
597597
Defaults.itSettings,
598598
IntegrationTest / fork := true

0 commit comments

Comments
 (0)