Skip to content

Commit a8a2b17

Browse files
authored
Merge pull request Baeldung#1408 from Baeldung/update/s3-2.25.70
Update s3 from 2.25.69 to 2.25.70
2 parents 8d1c93f + 3ed1d1f commit a8a2b17

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
@@ -535,7 +535,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
535535
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.745" % IntegrationTest,
536536
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
537537
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
538-
"software.amazon.awssdk" % "s3" % "2.25.69"
538+
"software.amazon.awssdk" % "s3" % "2.25.70"
539539
),
540540
Defaults.itSettings,
541541
IntegrationTest / fork := true

0 commit comments

Comments
 (0)