Skip to content

Bump org.keycloak:keycloak-services from 26.1.2 to 26.5.3 in /forms-flow-idm/keycloak/idp-selector#3171

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/maven/forms-flow-idm/keycloak/idp-selector/org.keycloak-keycloak-services-26.5.3
Open

Bump org.keycloak:keycloak-services from 26.1.2 to 26.5.3 in /forms-flow-idm/keycloak/idp-selector#3171
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/maven/forms-flow-idm/keycloak/idp-selector/org.keycloak-keycloak-services-26.5.3

Conversation

@dependabot
Copy link
Contributor

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

User description

Bumps org.keycloak:keycloak-services from 26.1.2 to 26.5.3.

Release notes

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

26.5.3

26.5.2

... (truncated)

Commits
  • a09588d Set version to 26.5.3
  • 16311f0 Upgrade minikube for CI tests (#351)
  • 08ab925 Make sure updates do not allow updating the resource associated with the uma ...
  • 6742c4b User validation in JWT Authorization Grant (#346)
  • b5fb9f9 Make sure registration tokens are verified before processing registration
  • 4764967 Check if the idp is enabled for JWT Authorization Grant and Federated Client ...
  • 63655ec Remove unstable ImportDistTest.testImportLargeUserCount test on CPU-constrain...
  • 05b7a79 added ability to refresh token when within time (#45789) (#45813)
  • 9d0b171 mixed-cluster-compatibility-tests fail due to incorrectly masked content in 2...
  • b84f7df Remove fatal log messages from ConsistentHash (#45782)
  • 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 version to 26.5.3

Diagram Walkthrough

flowchart LR
  pom["`forms-flow-idm/keycloak/idp-selector/pom.xml`"]
  keycloakVer["Keycloak version property"]
  pom -- "updates" --> keycloakVer
Loading

File Walkthrough

Relevant files
Dependencies
pom.xml
Upgrade Keycloak dependency version property                         

forms-flow-idm/keycloak/idp-selector/pom.xml

  • Update <keycloak.version> from 26.1.2 to 26.5.3
+1/-1     

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 10, 2026 16:55
@dependabot dependabot bot added the java Pull requests that update Java code label Feb 10, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 10, 2026 16:55
@sonarqubecloud
Copy link

@github-actions
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

🎫 Ticket compliance analysis 🔶

346 - Partially compliant

Compliant requirements:

Non-compliant requirements:

  • Disable DB initialization when DB support is not enabled.

Requires further human verification:

351 - Partially compliant

Compliant requirements:

Non-compliant requirements:

  • Apply internationalization (i18n) updates as per the feature request (incl. any UI/label changes implied by the ticket screenshot).

Requires further human verification:

⏱️ 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.3 is compatible with the idp-selector module and the deployed Keycloak runtime (API changes, SPI changes, removed/deprecated classes), and that any other Keycloak artifacts in this module/repo remain aligned to the same Keycloak version to avoid dependency conflicts.

<properties>
	<keycloak.version>26.5.3</keycloak.version>
</properties>
Dependency Conflicts

Check for Maven dependency convergence after the version bump (transitive updates, exclusions no longer needed, and potential conflicts in org.keycloak / jakarta.* / logging deps) to prevent runtime ClassNotFoundException / NoSuchMethodError.

<keycloak.version>26.5.3</keycloak.version>

@github-actions
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

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