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.
1 parent ba51328 commit 330875cCopy full SHA for 330875c
spring-boot-example/pom.xml
@@ -27,6 +27,11 @@
27
<groupId>org.springframework.boot</groupId>
28
<artifactId>spring-boot-starter-web</artifactId>
29
</dependency>
30
+ <dependency>
31
+ <groupId>org.springframework</groupId>
32
+ <artifactId>spring-web</artifactId>
33
+ <version>[6.1.4,)</version>
34
+ </dependency>
35
<dependency>
36
37
<artifactId>spring-boot-starter-test</artifactId>
@@ -35,7 +40,7 @@
40
41
<groupId>com.github.javadev</groupId>
42
<artifactId>underscore</artifactId>
38
- <version>1.98</version>
43
+ <version>[1.98,)</version>
39
44
45
</dependencies>
46
<build>
0 commit comments