From f3c2b5a20868e775eefeeb416d11844a8334a21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:07:32 +0000 Subject: [PATCH] build(deps): bump keycloak from 26.0.8 to 26.0.9 Bumps `keycloak` from 26.0.8 to 26.0.9. Updates `org.keycloak:keycloak-authz-client` from 26.0.8 to 26.0.9 - [Changelog](https://github.com/keycloak/keycloak-client/blob/main/RELEASE-CHECKLIST.md) - [Commits](https://github.com/keycloak/keycloak-client/compare/26.0.8...26.0.9) Updates `org.keycloak:keycloak-admin-client` from 26.0.8 to 26.0.9 - [Changelog](https://github.com/keycloak/keycloak-client/blob/main/RELEASE-CHECKLIST.md) - [Commits](https://github.com/keycloak/keycloak-client/compare/26.0.8...26.0.9) --- updated-dependencies: - dependency-name: org.keycloak:keycloak-authz-client dependency-version: 26.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.keycloak:keycloak-admin-client dependency-version: 26.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b515084e17..51b53b969e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ xmlunit = "2.11.0" kotest = "6.1.10" reaktive = "2.2.0" testcontainers = "1.21.4" -keycloak = "26.0.8" +keycloak = "26.0.9" arrow = "2.2.2.1" [libraries]