Skip to content

Commit

Permalink
chore: bumped keycloak-admin-client for compatibility with KC 24.0.4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja authored Jun 4, 2024
1 parent 2c0bacf commit 76119f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

### Deployment Migration Notes

- Keycloak
- Keycloak IAM must be updated to version `24.0.4`. Follow the [Keycloak upgrade guide](https://www.keycloak.org/docs/24.0.0/upgrading/) for more information.

#### Compatible Versions

- Authority Portal Backend Docker Image: `ghcr.io/sovity/authority-portal-backend:{{ version }}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("io.quarkus:quarkus-scheduler")
implementation("io.quarkus:quarkus-oidc")
implementation("io.quarkus:quarkus-keycloak-authorization")
implementation("io.quarkus:quarkus-keycloak-admin-client-reactive:3.6.6")
implementation("io.quarkus:quarkus-keycloak-admin-client-reactive:3.11.0")
implementation("io.quarkus:quarkus-elytron-security-properties-file")
implementation("io.quarkus:quarkus-arc")
implementation("io.quarkus:quarkus-flyway")
Expand Down

0 comments on commit 76119f1

Please sign in to comment.