From 988df8679927a0ca1a4bb7005cec0a2356bb6c8b Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 18 May 2020 23:44:44 -0700 Subject: [PATCH] Upgrade to Testcontainers 1.14.1. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 35a8c0e0..3e614e5c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ springDataReleaseTrainVersion=Moore-SR7 springSessionBomVersion=Corn-SR2 springSessionDataGeodeVersion=2.2.4.RELEASE springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.13.0 +testcontainersVersion=1.14.1 version=1.2.7.BUILD-SNAPSHOT