From 7c04c67b5c35ef5201208b77f99a8d62915d711d Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 18 May 2020 21:46:15 -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 5186f4f4..98b0ff68 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,5 +13,5 @@ springDataReleaseTrainVersion=Lovelace-SR17 springSessionBomVersion=Bean-SR10 springSessionDataGeodeVersion=2.1.10.RELEASE springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.12.5 +testcontainersVersion=1.14.1 version=1.1.7.BUILD-SNAPSHOT