Skip to content

Commit 34f226b

Browse files
authored
Merge pull request #1479 from Baeldung/update/s3-2.26.25
Update s3 from 2.26.21 to 2.26.25
2 parents 815aef0 + 67249c8 commit 34f226b

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.762" % 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.21"
545+
"software.amazon.awssdk" % "s3" % "2.26.25"
546546
),
547547
Defaults.itSettings,
548548
IntegrationTest / fork := true

0 commit comments

Comments
 (0)