Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jun 22, 2020
2 parents 39b2d01 + 73aa8f1 commit 632d9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-project/spring-boot-parent/build.gradle
Expand Up @@ -11,8 +11,8 @@ javaPlatform {
}

dependencies {
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
api(platform("org.testcontainers:testcontainers-bom:1.14.2"))
api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.14.2"))

constraints {
api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")
Expand Down

0 comments on commit 632d9ba

Please sign in to comment.