Skip to content

Commit

Permalink
fix: extensions/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-8399273
  • Loading branch information
snyk-bot committed Nov 20, 2024
1 parent ced697c commit 71ad49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2740,7 +2740,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>5.8.12</version>
<version>5.8.16</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 71ad49a

Please sign in to comment.