File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
servlet/spring-boot/java/acl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 3.4.4 '
4- id ' io.spring.dependency-management ' version ' 1.1.7 '
3+ alias(libs . plugins . org. springframework. boot)
4+ alias(libs . plugins . io. spring. dependency. management)
55}
66
77group = ' example'
@@ -27,7 +27,7 @@ dependencies {
2727 implementation ' org.hsqldb:hsqldb'
2828
2929 testImplementation ' org.springframework.boot:spring-boot-starter-test'
30- testImplementation ' org.springframework.boot:spring-boot-security-test'
30+ testImplementation ' org.springframework.boot:spring-boot-starter- security-test'
3131 testImplementation ' org.springframework.security:spring-security-test'
3232 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3333}
You can’t perform that action at this time.
0 commit comments