From 43b803a282812180e03797e491823a545f9f5c22 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Jan 2021 15:32:38 -0800 Subject: [PATCH] Upgrade to Testcontainers 1.15.1. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 970bf366..ebdd6444 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ springDataReleaseTrainVersion=Moore-SR12 springSessionBomVersion=Corn-SR4 springSessionDataGeodeVersion=2.2.7.RELEASE springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.15.0 +testcontainersVersion=1.15.1 version=1.2.13.BUILD-SNAPSHOT