Skip to content

Commit a65d944

Browse files
committed
Update Max Sessions Sample to Use Library Catalog
1 parent 9c99189 commit a65d944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servlet/java-configuration/max-sessions/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation platform("org.springframework:spring-framework-bom:6.1.11")
18-
implementation platform("org.springframework.security:spring-security-bom:6.3.1")
17+
implementation platform(libs.org.springframework.spring.framework.bom)
18+
implementation platform(libs.org.springframework.security.spring.security.bom)
1919
implementation platform("org.junit:junit-bom:5.10.3")
2020

2121
implementation "org.springframework.security:spring-security-config"

0 commit comments

Comments
 (0)