File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments