Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#190)
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-NETMINIDEV-8689573

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
leifj and snyk-bot authored Feb 14, 2025
1 parent 6ad93b1 commit 7ea3718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>11.21.3</version>
<version>11.22.2</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 7ea3718

Please sign in to comment.