Upgrade to Testcontainers 1.14.1

See gh-21378
This commit is contained in:
dreis2211 2020-05-10 16:03:58 +02:00 committed by Stephane Nicoll
parent 0ef7f909b8
commit 1c7f2d6ea6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ javaPlatform {
dependencies {
api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.14.0"))
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.14.1"))
constraints {
api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")