Skip to content

Commit

Permalink
[plugin] Update localstack to latest RC
Browse files Browse the repository at this point in the history
Docker for Mac 2.4.0.0 introduced a breaking change breaking testcontainers ryuk on MacOS. [Also see the testcontainer issue.](testcontainers/testcontainers-java#3166)
  • Loading branch information
Marcel Kesselring authored and Marcel Kesselring committed Oct 8, 2020
1 parent 0da21cd commit 1479e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("com.github.jengelman.gradle.plugins", "shadow", "6.0.0")

implementation("com.amazonaws", "aws-java-sdk-core", Versions.aws)
implementation("org.testcontainers", "localstack", "1.14.3")
implementation("org.testcontainers", "localstack", "1.15.0-rc2")

implementation("org.codehaus.plexus", "plexus-utils", "3.3.0")
implementation("org.codehaus.plexus", "plexus-archiver", "4.2.1")
Expand Down

0 comments on commit 1479e0e

Please sign in to comment.