Skip to content

Commit

Permalink
fix: keycloak-mobile-number-login-spi/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-7926864
  • Loading branch information
snyk-bot committed Sep 23, 2024
1 parent 1c74fb0 commit 8feb068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keycloak-mobile-number-login-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
<version>16.1.1</version>
<version>24.0.0</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-spi</artifactId>
<version>16.1.1</version>
<version>24.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-spi-private</artifactId>
<version>16.1.1</version>
<version>24.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-services</artifactId>
<version>16.1.1</version>
<version>24.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8feb068

Please sign in to comment.