Skip to content

Commit

Permalink
bump up Testcontaiers version to fix Ryuk problem #3166
Browse files Browse the repository at this point in the history
when using Docker Desktop forMac v2.4.0 there is a problem with
Ryuk, see testcontainers/testcontainers-java#3166
It was fixed in Testcontainers v1.15.0-rc2
  • Loading branch information
merikan committed Oct 7, 2020
1 parent faab97d commit bd9bb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>1.8</java.version>
<testcontainers.version>1.14.3</testcontainers.version>
<testcontainers.version>1.15.0-rc2</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>1.8</java.version>
<testcontainers.version>1.14.3</testcontainers.version>
<testcontainers.version>1.15.0-rc2</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit bd9bb54

Please sign in to comment.