Skip to content

Commit

Permalink
Upgrade Keycloak to 23.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Steiner committed Feb 1, 2024
1 parent 5d647ae commit 2a4b463
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<docker.verbose>true</docker.verbose>
<docker.imagePropertyConfiguration>override</docker.imagePropertyConfiguration>
<!-- versions -->
<keycloak.version>23.0.4</keycloak.version> <!-- update also keycloak-config-cli.version -->
<keycloak.version>23.0.5</keycloak.version> <!-- update also keycloak-config-cli.version -->
<keycloak-config-cli.version>23.0.1</keycloak-config-cli.version> <!-- from https://github.com/adorsys/keycloak-config-cli/releases -->
<auto-service.version>1.0.1</auto-service.version>
<testcontainers-keycloak.version>3.1.0</testcontainers-keycloak.version>
Expand Down Expand Up @@ -82,6 +82,13 @@
<version>${testcontainers-keycloak.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter-engine.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit 2a4b463

Please sign in to comment.