From 361739ea3c9191221fb50d06eb2130d70ff3a8d3 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Sat, 7 Mar 2020 12:50:31 +0100 Subject: [PATCH] Upgrade to Testcontainers 1.13.0 See gh-20416 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index f291a82b675..e43098db0ed 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -12,7 +12,7 @@ javaPlatform { dependencies { api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies"))) - api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.12.5")) + api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.13.0")) constraints { api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")