From 75117dff1e058f2ad9e7bbc9973f27c054163ca8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 3 Apr 2026 22:02:08 +0000 Subject: [PATCH 1/3] Migrate config renovate.json --- renovate.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index cf7e391..28e16cb 100644 --- a/renovate.json +++ b/renovate.json @@ -8,15 +8,17 @@ { "groupName": "maven plugins", "groupSlug": "maven-plugins", - "matchPackagePatterns": [ "org\\.apache\\.maven\\.plugins\\.*" ] + "matchPackageNames": [ + "/org\.apache\.maven\.plugins\.*/" + ] }, // Group Keycloak package updates. { "groupName": "Keycloak packages", "groupSlug": "keycloak-packages", - "matchPackagePatterns": [ - "quay\\.io\/keycloak\/keycloak", - "org\\.keycloak:keycloak-parent" + "matchPackageNames": [ + "/quay\.io/keycloak/keycloak/", + "/org\.keycloak:keycloak-parent/" ] } ] From 5ff157791a81f4b3dac32f0dc37283647e6f8edc Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 3 Apr 2026 22:02:04 +0000 Subject: [PATCH 2/3] Update Keycloak packages to v26.5.7 --- attribute-endpoints-provider/pom.xml | 2 +- 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 7769188..8dfad8d 100644 --- a/attribute-endpoints-provider/pom.xml +++ b/attribute-endpoints-provider/pom.xml @@ -17,7 +17,7 @@ UTF-8 17 17 - 26.4.2 + 26.5.7 diff --git a/compose.yaml b/compose.yaml index 6acf6dc..863d181 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: keycloak: - image: quay.io/keycloak/keycloak:26.5.3 + image: quay.io/keycloak/keycloak:26.5.7 pull_policy: always command: "start-dev --features=declarative-ui" environment: From 5b75e7dc5f0440013c3420f68eafe29c842cd7a3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 4 Apr 2026 23:09:32 +0000 Subject: [PATCH 3/3] Update dependency junit:junit to v4.13.2 --- attribute-endpoints-provider/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attribute-endpoints-provider/pom.xml b/attribute-endpoints-provider/pom.xml index 8dfad8d..a74d769 100644 --- a/attribute-endpoints-provider/pom.xml +++ b/attribute-endpoints-provider/pom.xml @@ -24,7 +24,7 @@ junit junit - 4.11 + 4.13.2 test