Skip to content

Commit aa53290

Browse files
📝 CodeRabbit Chat: Implement requested code changes
1 parent 2b61926 commit aa53290

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.5.8</version>
11+
<version>4.0.5</version>
1212
<relativePath/>
1313
</parent>
1414

@@ -28,21 +28,19 @@
2828
<dependency>
2929
<groupId>org.springframework.boot</groupId>
3030
<artifactId>spring-boot-starter-webflux</artifactId>
31-
<version>4.0.5</version>
3231
</dependency>
3332

3433
<!-- Bean Validation -->
3534
<dependency>
3635
<groupId>org.springframework.boot</groupId>
3736
<artifactId>spring-boot-starter-validation</artifactId>
38-
<version>4.0.5</version>
3937
</dependency>
4038

4139
<!-- OpenAPI for WebFlux -->
4240
<dependency>
4341
<groupId>org.springdoc</groupId>
4442
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
45-
<version>2.8.14</version>
43+
<version>3.0.2</version>
4644
</dependency>
4745

4846
<!-- Dev Tools -->
@@ -83,7 +81,6 @@
8381
<dependency>
8482
<groupId>org.springframework.boot</groupId>
8583
<artifactId>spring-boot-starter-test</artifactId>
86-
<version>4.0.5</version>
8784
<scope>test</scope>
8885
<exclusions>
8986
<exclusion>
@@ -95,13 +92,11 @@
9592
<dependency>
9693
<groupId>io.projectreactor</groupId>
9794
<artifactId>reactor-test</artifactId>
98-
<version>3.8.4</version>
9995
<scope>test</scope>
10096
</dependency>
10197
<dependency>
10298
<groupId>org.mockito</groupId>
10399
<artifactId>mockito-core</artifactId>
104-
<version>5.23.0</version>
105100
<scope>test</scope>
106101
</dependency>
107102
</dependencies>

0 commit comments

Comments
 (0)