This is an automated email from the ASF dual-hosted git repository. goooler 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 44fa217bbc Bump com.gradle.common-custom-user-data-gradle-plugin 44fa217bbc is described below commit 44fa217bbc0086a0c45abb68b278d6e248338443 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Oct 2 01:48:49 2023 +0000 Bump com.gradle.common-custom-user-data-gradle-plugin Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.11.2 to 1.11.3. --- 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 6b2c8cb9bd..b0062c8e64 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.2' + id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.11.3' } apply from: 'gradle/build-scans.gradle'