From 55794f5801baf06bbdd3cd41a4a5a1ebef925a0b Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 5 Aug 2026 16:02:06 +0000 Subject: [PATCH] Update Keycloak packages to v26.7.1 --- attribute-endpoints-provider/pom.xml | 2 +- testing/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attribute-endpoints-provider/pom.xml b/attribute-endpoints-provider/pom.xml index c525026..777361a 100644 --- a/attribute-endpoints-provider/pom.xml +++ b/attribute-endpoints-provider/pom.xml @@ -17,7 +17,7 @@ UTF-8 17 17 - 26.6.0 + 26.7.1 diff --git a/testing/compose.yaml b/testing/compose.yaml index 3f73478..a431bd7 100644 --- a/testing/compose.yaml +++ b/testing/compose.yaml @@ -1,6 +1,6 @@ services: keycloak: - image: quay.io/keycloak/keycloak:26.6.0 + image: quay.io/keycloak/keycloak:26.7.1 pull_policy: always command: "start-dev --features=declarative-ui --import-realm" environment: