Skip to content

Commit 8d1c93f

Browse files
authored
Merge pull request #1396 from Baeldung/update/aws-java-sdk-s3-1.12.745
Update aws-java-sdk-s3 from 1.12.739 to 1.12.745
2 parents 300b6c6 + 272192a commit 8d1c93f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,9 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
532532
scalaMock,
533533
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
534534
munitDep,
535-
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.739" % IntegrationTest,
536-
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4" % IntegrationTest,
537-
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.4" % IntegrationTest,
535+
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.745" % IntegrationTest,
536+
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
537+
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
538538
"software.amazon.awssdk" % "s3" % "2.25.69"
539539
),
540540
Defaults.itSettings,

0 commit comments

Comments
 (0)