Skip to content

Bump org.keycloak:keycloak-services from 26.4.1 to 26.5.4 in /forms-flow-idm/keycloak/tenant-registration#3182

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/maven/forms-flow-idm/keycloak/tenant-registration/org.keycloak-keycloak-services-26.5.4
Open

Bump org.keycloak:keycloak-services from 26.4.1 to 26.5.4 in /forms-flow-idm/keycloak/tenant-registration#3182
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/maven/forms-flow-idm/keycloak/tenant-registration/org.keycloak-keycloak-services-26.5.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

User description

Bumps org.keycloak:keycloak-services from 26.4.1 to 26.5.4.

Release notes

Sourced from org.keycloak:keycloak-services's releases.

26.5.4

26.5.3

... (truncated)

Commits
  • 11aa9bf Set version to 26.5.4
  • 3dad921 Check client is enabled in the docker endpoint (#46468)
  • c545b08 Limit the inflating size for the SAML redirect binding
  • f80a448 Fix max expiration id in jwt authorization grant idp config
  • 9040284 Make sure disabled organizations are not available from selection
  • d7eff01 Incorrect code used return value
  • d385dbd token could be undefined when using other grant type
  • a8d5d1b Remove admin console public config endpoint (#46361)
  • f373c59 fix: adding admin role invalidation when a new realm is found
  • 76505fa Upgrade santuario to 3.0.6 to fix SANTUARIO-617
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

PR Type

Enhancement


Description

  • Bump Keycloak services to 26.5.4

Diagram Walkthrough

flowchart LR
  pom["`tenant-registration/pom.xml`"]
  keycloak["Keycloak dependency version"]
  pom -- "sets" --> keycloak
Loading

File Walkthrough

Relevant files
Dependencies
pom.xml
Bump Keycloak version property                                                     

forms-flow-idm/keycloak/tenant-registration/pom.xml

  • Update keycloak.version from 26.4.1 to 26.5.4
+1/-1     

Bumps [org.keycloak:keycloak-services](https://github.com/keycloak/keycloak) from 26.4.1 to 26.5.4.
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](keycloak/keycloak@26.4.1...26.5.4)

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-services
  dependency-version: 26.5.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 20, 2026
@dependabot dependabot bot requested review from a team as code owners February 20, 2026 20:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 20, 2026
@github-actions
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Compatibility

Validate that upgrading keycloak-services to 26.5.4 is compatible with the tenant-registration extension code and runtime Keycloak version (SPI/API changes, removed/deprecated classes, behavior changes). Ensure the deployed Keycloak distribution is also on a compatible patch/minor level and that any other Keycloak artifacts in the project remain aligned to the same version.

<properties>
	<keycloak.version>26.5.4</keycloak.version>
</properties>
Regression Tests

Since this is a dependency bump, confirm the module still builds and runs its integration path (startup of Keycloak with the extension, tenant registration flow). Consider adding/updating at least a smoke/integration test or CI step to catch SPI/API regressions from Keycloak patch upgrades.

<properties>
	<keycloak.version>26.5.4</keycloak.version>
</properties>

@github-actions
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code Review effort 2/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants