From bda208399604f5baa85290612c9e8e915d522b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:17:48 +0000 Subject: [PATCH] Bump the gradle group across 3 directories with 1 update Bumps the gradle group with 1 update in the /.github/workflow-samples/groovy-dsl directory: com.gradle.common-custom-user-data-gradle-plugin. Bumps the gradle group with 1 update in the /.github/workflow-samples/kotlin-dsl directory: com.gradle.common-custom-user-data-gradle-plugin. Bumps the gradle group with 1 update in the /sources/test/init-scripts directory: com.gradle.common-custom-user-data-gradle-plugin. Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.3 to 2.4.0 Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.3 to 2.4.0 Updates `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 dependency-group: gradle - 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 dependency-group: gradle - 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 dependency-group: gradle ... Signed-off-by: dependabot[bot] --- .github/workflow-samples/groovy-dsl/settings.gradle | 2 +- .github/workflow-samples/kotlin-dsl/settings.gradle.kts | 2 +- sources/test/init-scripts/settings.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflow-samples/groovy-dsl/settings.gradle b/.github/workflow-samples/groovy-dsl/settings.gradle index a06228c4..f9b379e3 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.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" } develocity { diff --git a/.github/workflow-samples/kotlin-dsl/settings.gradle.kts b/.github/workflow-samples/kotlin-dsl/settings.gradle.kts index 75214989..1dbc7c6d 100644 --- a/.github/workflow-samples/kotlin-dsl/settings.gradle.kts +++ b/.github/workflow-samples/kotlin-dsl/settings.gradle.kts @@ -1,6 +1,6 @@ plugins { 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" } develocity { diff --git a/sources/test/init-scripts/settings.gradle b/sources/test/init-scripts/settings.gradle index ce915966..1da48676 100644 --- a/sources/test/init-scripts/settings.gradle +++ b/sources/test/init-scripts/settings.gradle @@ -1,6 +1,6 @@ plugins { 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" } develocity {