Skip to content

Commit 1be6d50

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

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
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.springframework.security</groupId>
6060
<artifactId>spring-security-web</artifactId>
61-
<version>4.1.0.RELEASE</version>
61+
<version>5.7.13</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.springframework.security</groupId>

0 commit comments

Comments
 (0)