Skip to content

Commit 925b686

Browse files
authored
Merge pull request #1438 from Baeldung/update/s3-2.26.15
Update s3 from 2.26.10 to 2.26.15
2 parents ec72e26 + b400b90 commit 925b686

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
@@ -533,7 +533,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
533533
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.751" % IntegrationTest,
534534
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
535535
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
536-
"software.amazon.awssdk" % "s3" % "2.26.10"
536+
"software.amazon.awssdk" % "s3" % "2.26.15"
537537
),
538538
Defaults.itSettings,
539539
IntegrationTest / fork := true

0 commit comments

Comments
 (0)