Skip to content

Commit

Permalink
downgrade keycloak-js
Browse files Browse the repository at this point in the history
if you are still relying on the shipped js, you probably also want the old
version, as v26 introduced some breaking changes

Signed-off-by: Kai Helbig <[email protected]>
  • Loading branch information
ostrya committed Jan 18, 2025
1 parent 2da7340 commit 27e81a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ ext {
junit4_version = '4.13.2'
junit5_version = '5.11.4'
keycloak_version = '26.0.4'
keycloak_js_version = '26.1.0'
// the last version that was shipped together with keycloak server
keycloak_js_version = '25.0.6'
mockito_version = '5.15.2'
picocli_version = '4.7.6'
restassured_version = '5.5.0'
Expand Down

0 comments on commit 27e81a2

Please sign in to comment.