From f7527e2fe387a9382b0cafdf69c435e615ec1c82 Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 19 Apr 2020 21:08:34 -0700 Subject: [PATCH] Upgrade to Testcontainers 1.14.0. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fb7dcb93..de4445cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ springDataReleaseTrainVersion=Neumann-RC1 springSessionBomVersion=Dragonfruit-RC2 springSessionDataGeodeVersion=2.3.0.RC2 springShellVersion=1.2.0.RELEASE -testcontainersVersion=1.13.0 +testcontainersVersion=1.14.0 version=1.3.0.BUILD-SNAPSHOT