Skip to content

Commit b503f32

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
<dependency>
147147
<groupId>org.springframework.security</groupId>
148148
<artifactId>spring-security-web</artifactId>
149-
<version>4.2.12.RELEASE</version>
149+
<version>6.4.11</version>
150150
</dependency>
151151

152152
<dependency>
153153
<groupId>org.springframework.security</groupId>
154154
<artifactId>spring-security-config</artifactId>
155-
<version>4.2.12.RELEASE</version>
155+
<version>6.4.11</version>
156156
</dependency>
157157

158158
<dependency>

0 commit comments

Comments
 (0)