From 5e5a6fcae03d367277d4e3eff1769e4f7bb48631 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 4 Apr 2026 23:30:43 +0000 Subject: [PATCH 1/3] Update maven plugins --- attribute-endpoints-provider/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/attribute-endpoints-provider/pom.xml b/attribute-endpoints-provider/pom.xml index 4459209..6757e55 100644 --- a/attribute-endpoints-provider/pom.xml +++ b/attribute-endpoints-provider/pom.xml @@ -72,17 +72,17 @@ 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 @@ -90,7 +90,7 @@ 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 From a66dc2792a473355553bd89d5ed3302d3d290b39 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 4 Apr 2026 23:09:32 +0000 Subject: [PATCH 2/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 6757e55..ecdde6a 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 From 91554ec58820312566c90514e53881d085207129 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 8 Apr 2026 09:31:57 +0000 Subject: [PATCH 3/3] Update Keycloak packages to v26.6.0 --- 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 ecdde6a..be1ac28 100644 --- a/attribute-endpoints-provider/pom.xml +++ b/attribute-endpoints-provider/pom.xml @@ -17,7 +17,7 @@ UTF-8 17 17 - 26.5.7 + 26.6.0 diff --git a/compose.yaml b/compose.yaml index 863d181..8dc22ff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: keycloak: - image: quay.io/keycloak/keycloak:26.5.7 + image: quay.io/keycloak/keycloak:26.6.0 pull_policy: always command: "start-dev --features=declarative-ui" environment: