mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
spring-webmvc -> 6.1.14
This commit is contained in:
parent
cfb3f001cd
commit
644361cf81
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -69,6 +69,11 @@
|
|||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>6.1.14</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- Updated for security reasons JFOG-->
|
||||
<groupId>org.xmlunit</groupId>
|
||||
|
|
Loading…
Reference in a new issue