Skip to content

Commit 22d7219

Browse files
committed
fix: use SB 4.x test dependencies
1 parent b40226e commit 22d7219

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>
144-
<groupId>io.projectreactor</groupId>
145-
<artifactId>reactor-test</artifactId>
144+
<groupId>org.springframework.boot</groupId>
145+
<artifactId>spring-boot-starter-webflux-test</artifactId>
146146
<scope>test</scope>
147147
</dependency>
148148
<dependency>
149-
<groupId>org.springframework.security</groupId>
150-
<artifactId>spring-security-test</artifactId>
149+
<groupId>org.springframework.boot</groupId>
150+
<artifactId>spring-boot-starter-security-test</artifactId>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>

0 commit comments

Comments
 (0)