Skip to content

Commit

Permalink
fix: FIPS/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-ORGBOUNCYCASTLE-3136316
  • Loading branch information
snyk-bot committed Sep 29, 2023
1 parent 32e2080 commit 8d2a8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FIPS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8d2a8f5

Please sign in to comment.