Skip to content

Commit

Permalink
fix: contrib/custom-representations/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-8400743
  • Loading branch information
snyk-bot committed Nov 26, 2024
1 parent 3d03500 commit c9ae873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/custom-representations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
<version>25.0.6</version>
<version>26.0.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c9ae873

Please sign in to comment.