Skip to content

Commit 330875c

Browse files
authored
spring-web was updated to version 6.1.4
1 parent ba51328 commit 330875c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

spring-boot-example/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
<groupId>org.springframework.boot</groupId>
2828
<artifactId>spring-boot-starter-web</artifactId>
2929
</dependency>
30+
<dependency>
31+
<groupId>org.springframework</groupId>
32+
<artifactId>spring-web</artifactId>
33+
<version>[6.1.4,)</version>
34+
</dependency>
3035
<dependency>
3136
<groupId>org.springframework.boot</groupId>
3237
<artifactId>spring-boot-starter-test</artifactId>
@@ -35,7 +40,7 @@
3540
<dependency>
3641
<groupId>com.github.javadev</groupId>
3742
<artifactId>underscore</artifactId>
38-
<version>1.98</version>
43+
<version>[1.98,)</version>
3944
</dependency>
4045
</dependencies>
4146
<build>

0 commit comments

Comments
 (0)