Skip to content

Commit

Permalink
fix: app/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-ORGKEYCLOAK-8186520
  • Loading branch information
snyk-bot committed Oct 18, 2024
1 parent 0ea02c0 commit dfb113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-saml-core</artifactId>
<version>1.8.1.Final</version>
<version>25.0.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit dfb113e

Please sign in to comment.