Skip to content

Commit

Permalink
Update aws-java-sdk-core to 1.12.249 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
majk-p and github-actions[bot] authored Jun 28, 2022
1 parent 7ca0140 commit 54af2d8
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 @@ -38,7 +38,7 @@ lazy val root = (project in file("."))
"com.disneystreaming" %% "weaver-scalacheck" % "0.7.12",
"org.scalatest" %% "scalatest" % "3.2.12", // just for `shouldNot compile`
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.40.4",
"com.amazonaws" % "aws-java-sdk-core" % "1.12.248" exclude ("*", "*"), // fixme after https://github.com/testcontainers/testcontainers-java/issues/4279
"com.amazonaws" % "aws-java-sdk-core" % "1.12.249" exclude ("*", "*"), // fixme after https://github.com/testcontainers/testcontainers-java/issues/4279
"com.dimafeng" %% "testcontainers-scala-mockserver" % "0.40.4",
"org.mock-server" % "mockserver-client-java" % "5.13.2",
"org.apache.activemq" % "activemq-broker" % "5.17.1",
Expand Down

0 comments on commit 54af2d8

Please sign in to comment.