spring-webmvc -> 6.1.14

This commit is contained in:
Rodolphe Fontaine 2024-10-21 15:05:14 +02:00
parent cfb3f001cd
commit 644361cf81

View file

@ -69,6 +69,11 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.1.14</version>
</dependency>
<dependency> <dependency>
<!-- Updated for security reasons JFOG--> <!-- Updated for security reasons JFOG-->
<groupId>org.xmlunit</groupId> <groupId>org.xmlunit</groupId>