Skip to content

Commit

Permalink
Update aws-java-sdk-core to 1.12.512 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 22, 2023
1 parent a350a63 commit 6a33013
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 @@ -45,7 +45,7 @@ lazy val root = (project in file("."))
"com.disneystreaming" %% "weaver-scalacheck" % Versions.Weaver,
"org.scalatest" %% "scalatest" % "3.2.16", // just for `shouldNot compile`
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.40.17",
"com.amazonaws" % "aws-java-sdk-core" % "1.12.510" exclude ("*", "*"), // fixme after release of https://github.com/testcontainers/testcontainers-java/pull/5827
"com.amazonaws" % "aws-java-sdk-core" % "1.12.512" exclude ("*", "*"), // fixme after release of https://github.com/testcontainers/testcontainers-java/pull/5827
"com.dimafeng" %% "testcontainers-scala-mockserver" % "0.40.17",
"org.mock-server" % "mockserver-client-java" % "5.15.0",
"org.apache.activemq" % "activemq-broker" % Versions.ActiveMq,
Expand Down

0 comments on commit 6a33013

Please sign in to comment.