From bd9bb54682d8c5011d719e125a2af6a0eba15a5b Mon Sep 17 00:00:00 2001 From: Peter Merikan Date: Wed, 7 Oct 2020 19:40:09 +0200 Subject: [PATCH] bump up Testcontaiers version to fix Ryuk problem #3166 when using Docker Desktop forMac v2.4.0 there is a problem with Ryuk, see https://github.com/testcontainers/testcontainers-java/issues/3166 It was fixed in Testcontainers v1.15.0-rc2 --- faster/pom.xml | 2 +- solution/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faster/pom.xml b/faster/pom.xml index d4e056d..e813d64 100644 --- a/faster/pom.xml +++ b/faster/pom.xml @@ -16,7 +16,7 @@ 1.8 - 1.14.3 + 1.15.0-rc2 diff --git a/solution/pom.xml b/solution/pom.xml index 7996d8b..273d362 100644 --- a/solution/pom.xml +++ b/solution/pom.xml @@ -16,7 +16,7 @@ 1.8 - 1.14.3 + 1.15.0-rc2