From f844797d3450aca3c25a61e4d265cdaa280cf18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 22:32:08 +0000 Subject: [PATCH] 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] --- .github/workflow-samples/groovy-dsl/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-samples/groovy-dsl/settings.gradle b/.github/workflow-samples/groovy-dsl/settings.gradle index 91634cd..e54a087 100644 --- a/.github/workflow-samples/groovy-dsl/settings.gradle +++ b/.github/workflow-samples/groovy-dsl/settings.gradle @@ -1,6 +1,6 @@ plugins { id "com.gradle.enterprise" version "3.14.1" - 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" } gradleEnterprise {