From 0625402220230bc11f461b411ad2dfd1b31f365e Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 Jan 2022 21:36:53 -0800 Subject: [PATCH] Upgrade to Testcontainers 1.16.3. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ced1f588..45c903a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,5 +16,5 @@ springDataGeodeTestVersion=0.1.1-PASCAL springSessionBomVersion=2021.0.4 springSessionDataGeodeVersion=2.5.5 springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.16.2 +testcontainersVersion=1.16.3 version=1.5.9-SNAPSHOT