Upgrade to Testcontainers 1.14.2

See gh-21581
This commit is contained in:
dreis2211
2020-05-26 19:30:01 +02:00
committed by Stephane Nicoll
parent 35121f182e
commit b498d3903f
12 changed files with 22 additions and 25 deletions

View File

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