Browse Source

Upgrade to Testcontainers 1.14.1

See gh-21378
pull/21440/head
dreis2211 6 years ago committed by Stephane Nicoll
parent
commit
1c7f2d6ea6
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

2
spring-boot-project/spring-boot-parent/build.gradle

@ -12,7 +12,7 @@ javaPlatform { @@ -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")

Loading…
Cancel
Save