This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 9a421e4d13 Bump com.gradle.common-custom-user-data-gradle-plugin from
2.3 to 2.4.0
9a421e4d13 is described below
commit 9a421e4d1307d66f68caf6b171779887d3928b6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 16 01:05:02 2025 +0000
Bump com.gradle.common-custom-user-data-gradle-plugin from 2.3 to 2.4.0
Bumps com.gradle.common-custom-user-data-gradle-plugin from 2.3 to 2.4.0.
---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index febbb35ee8..b90be5889a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -30,7 +30,7 @@ pluginManagement {
plugins {
// Before updating this, please check the compatibility from
https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility and
https://develocity.apache.org/scans.
id "com.gradle.develocity" version "4.1.1"
- id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.3'
+ id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.4.0'
}
apply from: 'gradle/build-scans.gradle'