Skip to content

Commit fdf8340

Browse files
committed
replace spring-security-test by spring-boot-starter-security-test
as mentioned in https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide#test-code
1 parent 0f3c6b0 commit fdf8340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@
260260
<scope>test</scope>
261261
</dependency>
262262
<dependency>
263-
<groupId>org.springframework.security</groupId>
264-
<artifactId>spring-security-test</artifactId>
263+
<groupId>org.springframework.boot</groupId>
264+
<artifactId>spring-boot-starter-security-test</artifactId>
265265
<scope>test</scope>
266266
</dependency>
267267
<dependency>

0 commit comments

Comments
 (0)