Skip to content

Commit 2d76833

Browse files
authored
Merge pull request #827 from scala-steward/update/s3-2.20.128
Update s3 from 2.20.111 to 2.20.128
2 parents b18be32 + 6756872 commit 2d76833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
373373
"org.testcontainers" % "pulsar" % "1.18.3" % IntegrationTest
374374
),
375375
libraryDependencies ++= Seq(
376-
"software.amazon.awssdk" % "s3" % "2.20.111",
376+
"software.amazon.awssdk" % "s3" % "2.20.128",
377377
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.532" % IntegrationTest,
378378
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.17" % IntegrationTest,
379379
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.40.17" % IntegrationTest

0 commit comments

Comments
 (0)