Skip to content

Commit

Permalink
Webhooks pagination (#64)
Browse files Browse the repository at this point in the history
* bumped events version for webhooks pagination. updated rest provider to 6.0.2 for better rest exception handling.

* bumped events and orgs versions
  • Loading branch information
xgp authored Jan 9, 2025
1 parent 64fd9b0 commit 20e3b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
KC_ISPN_DB_VENDOR: cockroachdb
KC_LOG_LEVEL: "INFO,io.phasetwo:DEBUG"
KC_METRICS_ENABLED: true
KC_PROXY: 'edge'
KC_PROXY_HEADERS: 'edge'
KC_TRANSACTION_JTA_ENABLED: 'false'
KC_TRANSACTION_XA_ENABLED: 'false'
ports:
Expand Down
4 changes: 2 additions & 2 deletions libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keycloak.version>26.0.7</keycloak.version>
<keycloak-events.version>0.38</keycloak-events.version>
<keycloak-events.version>0.39</keycloak-events.version>
<keycloak-magic-link.version>0.33</keycloak-magic-link.version>
<keycloak-orgs.version>0.81</keycloak-orgs.version>
<keycloak-orgs.version>0.82</keycloak-orgs.version>
<keycloak-themes.version>0.36</keycloak-themes.version>
<phasetwo-admin-portal.version>0.34</phasetwo-admin-portal.version>
<phasetwo-idp-wizard.version>0.15</phasetwo-idp-wizard.version>
Expand Down

0 comments on commit 20e3b2d

Please sign in to comment.