Skip to content

Commit 47421ca

Browse files
authored
Merge pull request #1225 from Baeldung/update/s3-2.25.9
Update s3 from 2.24.13 to 2.25.9
2 parents 97fd5d4 + f4c1113 commit 47421ca

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
@@ -464,7 +464,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
464464
"org.testcontainers" % "pulsar" % "1.19.7" % IntegrationTest
465465
),
466466
libraryDependencies ++= Seq(
467-
"software.amazon.awssdk" % "s3" % "2.24.13"
467+
"software.amazon.awssdk" % "s3" % "2.25.9"
468468
),
469469
libraryDependencies ++= Seq(
470470
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.674" % IntegrationTest,

0 commit comments

Comments
 (0)