Skip to content

Commit

Permalink
[UP] Explicit support keycloak 24
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Dufaure <clement.dufaure@insee.fr>
  • Loading branch information
clement-dufaure committed Apr 10, 2024
1 parent d3f5d10 commit d73cb99
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,16 @@
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
<maven.javadoc.plugin.version>3.5.0</maven.javadoc.plugin.version>

<keycloak.version>22.0.0</keycloak.version>
<keycloak.version>24.0.2</keycloak.version>

<!-- Testing Tools -->
<junit.jupiter.version>5.10.0</junit.jupiter.version>
<assertj.version>3.24.2</assertj.version>
<mockito.version>5.4.0</mockito.version>

<!-- Implementation of jakarta.ws.rs.ext.RuntimeDelegate for starting endpoints in tests -->
<resteasy.version>6.2.7.Final</resteasy.version>

<!-- Helper to build public/private keys for testing -->
<nimbus.jose-jwt.version>9.31</nimbus.jose-jwt.version>
</properties>
Expand Down Expand Up @@ -183,6 +186,14 @@
<scope>provided</scope>
</dependency>

<!-- Implementation of jakarta.ws.rs.ext.RuntimeDelegate for starting endpoints in tests -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-core</artifactId>
<version>${resteasy.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down

0 comments on commit d73cb99

Please sign in to comment.