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 bc128f897c Bump com.gradle.common-custom-user-data-gradle-plugin bc128f897c is described below commit bc128f897cee271984f8a27dd3cf7962e349e1bf Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jul 24 17:20:01 2023 +0000 Bump com.gradle.common-custom-user-data-gradle-plugin Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.11 to 1.11.1. --- 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 893f5862ed..526577bffa 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' + id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.11.1' } apply from: 'gradle/build-scans.gradle'