From a28cd488e0de9654b5c1d38e0f011f49b1f2ff38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 10:05:23 +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 d5c00217c5..57821cd5b9 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]