We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e31f06 + 1c19c88 commit b7b99f2Copy full SHA for b7b99f2
spring-boot-modules/spring-boot-3-url-matching/pom.xml
@@ -15,12 +15,6 @@
15
</parent>
16
17
<dependencies>
18
- <!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
19
- <dependency>
20
- <groupId>org.springframework</groupId>
21
- <artifactId>spring-web</artifactId>
22
- <version>6.2.0</version>
23
- </dependency>
24
<dependency>
25
<groupId>org.springframework.boot</groupId>
26
<artifactId>spring-boot-starter-web</artifactId>
@@ -92,6 +86,7 @@
92
86
</build>
93
87
94
88
<properties>
89
+ <spring-boot.version>3.4.0</spring-boot.version>
95
90
<reactor-core.version>3.6.0</reactor-core.version>
96
91
<reactor-test.version>3.6.0></reactor-test.version>
97
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
0 commit comments