From 5c3ee1a6682d37299ddf0f085f66e42e460dc418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 03:00:24 +0000 Subject: [PATCH] Bump com.gradle.develocity Bumps com.gradle.develocity from 3.19.2 to 4.0. --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- common-develocity-gradle-configuration-groovy/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-develocity-gradle-configuration-groovy/settings.gradle b/common-develocity-gradle-configuration-groovy/settings.gradle index 08bdc180f..19d913440 100644 --- a/common-develocity-gradle-configuration-groovy/settings.gradle +++ b/common-develocity-gradle-configuration-groovy/settings.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.gradle.develocity' version '3.19.2' + id 'com.gradle.develocity' version '4.0' id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1' }