Merge pull request #20416 from dreis2211

* pr/20416:
  Upgrade to Testcontainers 1.13.0

Closes gh-20416
This commit is contained in:
Stephane Nicoll 2020-03-08 11:38:38 +01:00
commit 730c6e4181
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.12.5"))
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.13.0"))
constraints {
api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")