Skip to content

Commit 714bb56

Browse files
committed
refactor: replace enforcedPlatform with platform for testcontainers BOM configuration
1 parent c46db58 commit 714bb56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subprojects {
2424
"kaptTest",
2525
)
2626
configurations.matching { it.name in testcontainersBomConfigurations }.all {
27-
project.dependencies.add(name, project.dependencies.enforcedPlatform(libs.testcontainersBom))
27+
project.dependencies.add(name, project.dependencies.platform(libs.testcontainersBom))
2828
}
2929

3030
if (path.startsWith(":example:")) {

0 commit comments

Comments
 (0)