File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 293
293
<groupId >org.springframework.boot</groupId >
294
294
<artifactId >spring-boot-starter-webflux</artifactId >
295
295
<!-- highest spring-boot-starter-webflux version is 2.x due to Java 1.8 version -->
296
- <version >2.7.8 </version >
296
+ <version >3.2.11 </version >
297
297
<exclusions >
298
298
<exclusion >
299
299
<groupId >org.osgi</groupId >
Original file line number Diff line number Diff line change 61
61
<httpcomponents .version>4.4.1</httpcomponents .version>
62
62
<bouncycastle .version>1.72</bouncycastle .version>
63
63
<!-- highest spring version is 5.3 due to Java 1.8 version -->
64
- <spring .version>5.3.25 </spring .version>
65
- <spring-web .version>5.3.25 </spring-web .version>
64
+ <spring .version>6.1.14 </spring .version>
65
+ <spring-web .version>6.1.14 </spring-web .version>
66
66
<mockito .version>4.11.0</mockito .version>
67
67
<hamcrest .version>2.2</hamcrest .version>
68
68
<xmlunit .version>2.9.1</xmlunit .version>
You can’t perform that action at this time.
0 commit comments