From 34503d726fa985feb2fe3ddda7a4d3dbd5688d4f Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 24 Oct 2022 13:10:34 -0700 Subject: [PATCH] Upgrade to Testcontainers 1.17.5. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cf1ce3bd..04bdb8fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,5 +17,5 @@ springDataGeodeTestVersion=1.0.0-M7 springSessionBomVersion=2022.0.0-RC1 springSessionDataGeodeVersion=3.0.0-M5 springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.17.3 +testcontainersVersion=1.17.5 version=2.0.0-SNAPSHOT