Skip to content

Commit 73aa8f1

Browse files
committed
Enforce spring-boot-parent's platform dependencies
Closes gh-22047
1 parent d5e667f commit 73aa8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ javaPlatform {
1111
}
1212

1313
dependencies {
14-
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
15-
api(platform("org.testcontainers:testcontainers-bom:1.14.2"))
14+
api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
15+
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.14.2"))
1616

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

0 commit comments

Comments
 (0)