Skip to content

Commit e271084

Browse files
authored
Merge pull request #1487 from Baeldung/update/s3-2.26.30
Update s3 from 2.26.25 to 2.26.30
2 parents aab620a + 5c37860 commit e271084

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
@@ -542,7 +542,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
542542
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.765" % IntegrationTest,
543543
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
544544
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
545-
"software.amazon.awssdk" % "s3" % "2.26.25"
545+
"software.amazon.awssdk" % "s3" % "2.26.30"
546546
),
547547
Defaults.itSettings,
548548
IntegrationTest / fork := true

0 commit comments

Comments
 (0)