From f09bb791bbfe941a6002a43f1b7e24dd5785b08f Mon Sep 17 00:00:00 2001 From: June Date: Fri, 3 Apr 2026 23:43:56 +0200 Subject: [PATCH 1/4] group keycloak package updates --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index d3e62f2..cf7e391 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,15 @@ "groupName": "maven plugins", "groupSlug": "maven-plugins", "matchPackagePatterns": [ "org\\.apache\\.maven\\.plugins\\.*" ] + }, + // Group Keycloak package updates. + { + "groupName": "Keycloak packages", + "groupSlug": "keycloak-packages", + "matchPackagePatterns": [ + "quay\\.io\/keycloak\/keycloak", + "org\\.keycloak:keycloak-parent" + ] } ] } From 75117dff1e058f2ad9e7bbc9973f27c054163ca8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 3 Apr 2026 22:02:08 +0000 Subject: [PATCH 2/4] 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 3/4] 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 aa2e0f454d089177198a176b3b601d9075c55736 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 4 Apr 2026 23:09:33 +0000 Subject: [PATCH 4/4] Update maven plugins --- attribute-endpoints-provider/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/attribute-endpoints-provider/pom.xml b/attribute-endpoints-provider/pom.xml index 8dfad8d..70f9d19 100644 --- a/attribute-endpoints-provider/pom.xml +++ b/attribute-endpoints-provider/pom.xml @@ -72,25 +72,25 @@ https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> maven-clean-plugin - 3.1.0 + 3.5.0 maven-resources-plugin - 3.0.2 + 3.5.0 maven-compiler-plugin - 3.8.0 + 3.15.0 maven-surefire-plugin - 2.22.1 + 2.22.2 maven-jar-plugin - 3.0.2 + 3.5.0 maven-install-plugin @@ -104,11 +104,11 @@ https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> maven-site-plugin - 3.7.1 + 3.21.0 maven-project-info-reports-plugin - 3.0.0 + 3.9.0