Skip to content

Commit 7905756

Browse files
authored
Upgrading org.springframework.security to v6.4.6 to remediate multiple vulnerabilities identified by Snyk
2 parents 87fc89e + 12b2033 commit 7905756

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,12 @@
209209
<dependency>
210210
<groupId>org.springframework.security</groupId>
211211
<artifactId>spring-security-crypto</artifactId>
212-
<version>6.4.4</version>
212+
<version>6.4.6</version>
213+
</dependency>
214+
<dependency>
215+
<groupId>org.springframework.security</groupId>
216+
<artifactId>spring-security-core</artifactId>
217+
<version>6.4.6</version>
213218
</dependency>
214219
<dependency>
215220
<groupId>io.netty</groupId>

0 commit comments

Comments
 (0)