From 46ddd31ca763f89135a89b3ca782320c49f18273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:04:58 +0000 Subject: [PATCH] Bump the gradle group across 3 directories with 2 updates 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 2 updates in the /.github/workflow-samples/kotlin-dsl directory: com.gradle.common-custom-user-data-gradle-plugin and [com.google.guava:guava](https://github.com/google/guava). 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.4.0 to 2.6.0 Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.4.0 to 2.6.0 Updates `com.google.guava:guava` from 33.5.0-jre to 33.6.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.4.0 to 2.6.0 --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: 2.6.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.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.google.guava:guava dependency-version: 33.6.0-jre 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.6.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/build.gradle.kts | 2 +- .github/workflow-samples/kotlin-dsl/settings.gradle.kts | 2 +- sources/test/init-scripts/settings.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflow-samples/groovy-dsl/settings.gradle b/.github/workflow-samples/groovy-dsl/settings.gradle index c02a7ffa..0f0b6515 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.4.0" - id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0" + id "com.gradle.common-custom-user-data-gradle-plugin" version "2.6.0" } develocity { diff --git a/.github/workflow-samples/kotlin-dsl/build.gradle.kts b/.github/workflow-samples/kotlin-dsl/build.gradle.kts index 53b45115..04164d90 100644 --- a/.github/workflow-samples/kotlin-dsl/build.gradle.kts +++ b/.github/workflow-samples/kotlin-dsl/build.gradle.kts @@ -8,7 +8,7 @@ repositories { dependencies { api("org.apache.commons:commons-math3:3.6.1") - implementation("com.google.guava:guava:33.5.0-jre") + implementation("com.google.guava:guava:33.6.0-jre") } testing { diff --git a/.github/workflow-samples/kotlin-dsl/settings.gradle.kts b/.github/workflow-samples/kotlin-dsl/settings.gradle.kts index 6ca5d956..619f58e1 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.4.0" - id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0" + id("com.gradle.common-custom-user-data-gradle-plugin") version "2.6.0" } develocity { diff --git a/sources/test/init-scripts/settings.gradle b/sources/test/init-scripts/settings.gradle index 5a2c401a..130f63e6 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.4.0" - id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0" + id "com.gradle.common-custom-user-data-gradle-plugin" version "2.6.0" } develocity {