Skip to content

Commit 5596b0a

Browse files
authored
build(deps-dev): bump spring-test and spring-core (#86)
1 parent 9645e8d commit 5596b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080
<dependency>
8181
<groupId>org.springframework</groupId>
8282
<artifactId>spring-test</artifactId>
83-
<version>5.1.3.RELEASE</version>
83+
<version>5.3.39</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.springframework</groupId>
8888
<artifactId>spring-core</artifactId>
89-
<version>5.3.19</version>
89+
<version>5.3.39</version>
9090
<scope>test</scope>
9191
</dependency>
9292
</dependencies>

0 commit comments

Comments
 (0)