Skip to content

Commit 3c3d78e

Browse files
authored
Merge pull request #1216 from Baeldung/update/aws-java-sdk-s3-1.12.679
Update aws-java-sdk-s3 from 1.12.674 to 1.12.679
2 parents 9b06772 + 2575923 commit 3c3d78e

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.9"
468468
),
469469
libraryDependencies ++= Seq(
470-
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.674" % IntegrationTest,
470+
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.679" % 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)