Skip to content

Commit

Permalink
Merge pull request #1500 from Baeldung/update/s3-2.26.31
Browse files Browse the repository at this point in the history
Update s3 from 2.26.30 to 2.26.31
  • Loading branch information
mergify[bot] authored Aug 17, 2024
2 parents 0752601 + 47adf7c commit a7c6f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
"software.amazon.awssdk" % "s3" % "2.26.30"
"software.amazon.awssdk" % "s3" % "2.26.31"
),
Defaults.itSettings,
IntegrationTest / fork := true
Expand Down

0 comments on commit a7c6f27

Please sign in to comment.