Skip to content

Commit

Permalink
build: Update Keycloak version
Browse files Browse the repository at this point in the history
  • Loading branch information
anarsultanov committed Oct 27, 2023
1 parent db80781 commit eccd8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Keycloak Multi-Tenancy</name>

<properties>
<keycloak.version>22.0.3</keycloak.version>
<keycloak.version>22.0.5</keycloak.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class BaseIntegrationTest {
private static final Integer MAILHOG_HTTP_PORT = 8025;

private static final Network network = Network.newNetwork();
private static final KeycloakContainer keycloak = new KeycloakContainer("quay.io/keycloak/keycloak:22.0.3")
private static final KeycloakContainer keycloak = new KeycloakContainer("quay.io/keycloak/keycloak:22.0.5")
.withRealmImportFiles("/realm-export.json", "/idp-realm-export.json")
.withProviderClassesFrom("target/classes")
.withNetwork(network)
Expand Down

0 comments on commit eccd8fa

Please sign in to comment.