Skip to content

Commit 42042a4

Browse files
authored
Merge pull request #1232 from Baeldung/update/aws-java-sdk-s3-1.12.685
Update aws-java-sdk-s3 from 1.12.679 to 1.12.685
2 parents ac8d0fd + 86c8b8d commit 42042a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
467467
"software.amazon.awssdk" % "s3" % "2.25.15"
468468
),
469469
libraryDependencies ++= Seq(
470-
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.679" % IntegrationTest,
470+
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.685" % IntegrationTest,
471471
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
472472
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest
473473
),

0 commit comments

Comments
 (0)