From f4ce56c2fec5dd3a0874033f89a52c97f5f9292f Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 19 Aug 2021 16:32:48 -0700 Subject: [PATCH] Upgrade to Testcontainers 1.16.0. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 82a7a298..bef65d72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,5 +16,5 @@ springDataGeodeTestVersion=0.0.25 springSessionBomVersion=2021.1.0-M1 springSessionDataGeodeVersion=2.6.0-M1 springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.15.3 +testcontainersVersion=1.16.0 version=1.6.0-SNAPSHOT