Skip to content

Commit eacb810

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-7945490
1 parent 1ac64e0 commit eacb810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework</groupId>
4949
<artifactId>spring-webmvc</artifactId>
50-
<version>4.2.6.RELEASE</version>
50+
<version>6.1.13</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)