Skip to content

Commit

Permalink
fix: jans-config-api/pom.xml to reduce vulnerabilities (#1464)
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-2841508

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
mo-auto and snyk-bot committed Oct 20, 2022
1 parent b6def37 commit c832f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jans-config-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.67</version>
<version>1.69</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.67</version>
<version>1.69</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down

0 comments on commit c832f98

Please sign in to comment.