We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e667f commit 73aa8f1Copy full SHA for 73aa8f1
spring-boot-project/spring-boot-parent/build.gradle
@@ -11,8 +11,8 @@ javaPlatform {
11
}
12
13
dependencies {
14
- api(platform(project(":spring-boot-project:spring-boot-dependencies")))
15
- 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"))
16
17
constraints {
18
api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")
0 commit comments