Skip to content

Commit b125545

Browse files
authored
Merge pull request #1055 from Baeldung/update/aws-java-sdk-s3-1.12.604
Update aws-java-sdk-s3 from 1.12.595 to 1.12.604
2 parents dc489fb + 7aff35e commit b125545

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
@@ -384,7 +384,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
384384
"software.amazon.awssdk" % "s3" % "2.21.37"
385385
),
386386
libraryDependencies ++= Seq(
387-
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.595" % IntegrationTest,
387+
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.604" % IntegrationTest,
388388
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.0" % IntegrationTest,
389389
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.0" % IntegrationTest
390390
),

0 commit comments

Comments
 (0)