From 29a9a39a83bac0f212ce4b551c4757bb787e059d Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Wed, 16 Sep 2026 10:49:45 -0500 Subject: [PATCH] Update Develocity and Common Custom User Data Maven extensions Bumps com.gradle:develocity-maven-extension from 1.22.2 to 2.5.0 and com.gradle:common-custom-user-data-maven-extension from 2.0.1 to 2.4.0. Both are the current releases on Maven Central, and 2.5.0/2.4.0 is the pairing the Common Custom User Data extension is itself built and tested against. Dependabot cannot make this update: .github/dependabot.yml ignores semver-major and semver-minor updates for every dependency, so it never opened a PR for the Develocity extension (1.22.2 to 2.x is a major bump) and the open CCUD PR stops at 2.0.7. This change supersedes #17133. develocity.apache.org runs Develocity 2026.2.5, which supports extension versions 1.0 through 2.5.0. The build uses Maven 3.9.12 and JDK 17, above the 3.3.1 and Java 8 floors for extension 2.5.0. CCUD 2.4.0 requires the Develocity extension 1.11 or later. No change to .mvn/develocity.xml is required; every element it uses is still present in the current develocity-maven.xsd. --- .mvn/extensions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 0836fc47d0100..b4f93c591b065 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -23,11 +23,11 @@ com.gradle develocity-maven-extension - 1.22.2 + 2.5.0 com.gradle common-custom-user-data-maven-extension - 2.0.1 + 2.4.0