This is an automated email from the ASF dual-hosted git repository. sunlan 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 257e61d98e Bump com.gradle.common-custom-user-data-gradle-plugin 257e61d98e is described below commit 257e61d98e53ab4c0e833d5797035e769b3b02eb Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 11 01:52:46 2023 +0000 Bump com.gradle.common-custom-user-data-gradle-plugin Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.11.1 to 1.11.2. --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 526577bffa..6b2c8cb9bd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -31,7 +31,7 @@ pluginManagement { // check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version plugins { id "com.gradle.enterprise" version "3.13" // 3.13 was the latest plugin version that the ASF hosted GE supports at time of commit - id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.11.1' + id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.11.2' } apply from: 'gradle/build-scans.gradle'