Skip to content

Commit 31f068d

Browse files
Update s3 from 2.25.31 to 2.25.36
1 parent 61b1bd7 commit 31f068d

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
@@ -520,7 +520,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
520520
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.701" % IntegrationTest,
521521
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
522522
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
523-
"software.amazon.awssdk" % "s3" % "2.25.31"
523+
"software.amazon.awssdk" % "s3" % "2.25.36"
524524
),
525525
Defaults.itSettings,
526526
IntegrationTest / fork := true

0 commit comments

Comments
 (0)