Skip to content

Commit 777a275

Browse files
committed
fix bom
1 parent b750f3b commit 777a275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bom/spring-security-bom.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'io.spring.convention.bom'
44

55
dependencies {
66
constraints {
7-
project.allprojects { p ->
7+
project.rootProject.allprojects { p ->
88
p.plugins.withType(SpringModulePlugin) {
99
api p
1010
}

0 commit comments

Comments
 (0)