Skip to content

Commit 0c8ab1d

Browse files
authored
Merge pull request #1838 from Baeldung/update/s3-2.31.25
Update s3, sqs from 2.31.20 to 2.31.25
2 parents 67d45b1 + 442237e commit 0c8ab1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
471471
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.12"
472472
),
473473
libraryDependencies ++= Seq(
474-
"software.amazon.awssdk" % "sqs" % "2.31.20"
474+
"software.amazon.awssdk" % "sqs" % "2.31.25"
475475
),
476476
Defaults.itSettings
477477
)
@@ -595,7 +595,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
595595
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.782" % IntegrationTest,
596596
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
597597
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
598-
"software.amazon.awssdk" % "s3" % "2.31.20"
598+
"software.amazon.awssdk" % "s3" % "2.31.25"
599599
),
600600
Defaults.itSettings,
601601
IntegrationTest / fork := true

0 commit comments

Comments
 (0)