From e5b7ad74b3a1f99482e704f3abd8b4a759b47f35 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 22 Feb 2021 19:37:59 -0800 Subject: [PATCH] Upgrade to Testcontainers 1.15.2. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 97448ba7..4c9beaa7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,5 +17,5 @@ springDataGeodeTestVersion=0.0.22 springSessionBomVersion=2020.0.3 springSessionDataGeodeVersion=2.4.2 springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.15.1 +testcontainersVersion=1.15.2 version=1.4.3-SNAPSHOT