Skip to content

Commit

Permalink
Fix Unrecognized field "features" in ServerInfoRepresentation
Browse files Browse the repository at this point in the history
Update to Keycloak 22.0.4 to accommodate for "new" features field in server response.
Using 22.0.4 also in CI ensures that this is also properly tested.

Fixes #927
  • Loading branch information
thomasdarimont committed Oct 4, 2023
1 parent f0363e9 commit 596e3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- KEYCLOAK_VERSION: 19.0.3
- KEYCLOAK_VERSION: 20.0.5
- KEYCLOAK_VERSION: 21.1.1
- KEYCLOAK_VERSION: 22.0.0
- KEYCLOAK_VERSION: 22.0.4
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<keycloak.version>22.0.0</keycloak.version>
<keycloak.version>22.0.4</keycloak.version>

<checkstyle-plugin.version>3.2.0</checkstyle-plugin.version>
<checkstyle.version>10.0</checkstyle.version>
Expand Down

0 comments on commit 596e3d2

Please sign in to comment.