From 67fb73bcdbec443fd8e30a058002b18e5aaefcfa Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 28 Apr 2021 09:26:46 -0700 Subject: [PATCH] Upgrade to Testcontainers 1.15.3. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c31df081..edc09d57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,5 +18,5 @@ springDataGeodeTestVersion=0.0.24 springSessionBomVersion=2020.0.4 springSessionDataGeodeVersion=2.4.3 springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.15.2 +testcontainersVersion=1.15.3 version=1.4.5-SNAPSHOT