Skip to content

Commit 52b90df

Browse files
authored
Merge pull request #1241 from Baeldung/update/s3-2.25.15
Update s3 from 2.25.9 to 2.25.15
2 parents 31aaee6 + 5e1e7b6 commit 52b90df

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.25.9"
467+
"software.amazon.awssdk" % "s3" % "2.25.15"
468468
),
469469
libraryDependencies ++= Seq(
470470
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.679" % IntegrationTest,

0 commit comments

Comments
 (0)