From 7f5595d7ae0afa606695a55316334dea5a1c1803 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 24 Oct 2022 11:10:04 -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 edbaa76c..d028446c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,5 +16,5 @@ springDataGeodeTestVersion=0.2.3-Q springSessionBomVersion=2021.1.3 springSessionDataGeodeVersion=2.6.2 springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.17.3 +testcontainersVersion=1.17.5 version=1.6.13-SNAPSHOT