From 2f148ec296839ccc2eb54f16c305bb7fdbd7932f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:20:35 +0000 Subject: [PATCH] Update plugin com.gradle.develocity to v4.4.2 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 9c9a18a515..8c344327aa 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,7 +10,7 @@ pluginManagement { plugins { id 'com.diffplug.spotless' version '8.3.0' apply false id 'com.github.spotbugs' version '6.4.8' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases - id 'com.gradle.develocity' version '4.3.2' + id 'com.gradle.develocity' version '4.4.2' } dependencyResolutionManagement {