From 4d6c11f8ba67e13f9236fca9bae4c7a9f2cb86ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:53:58 +0000 Subject: [PATCH] Update plugin com.gradle.develocity to v4.4.3 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index d168e1bac6..aa6cc882aa 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,7 +10,7 @@ pluginManagement { plugins { id 'com.diffplug.spotless' version '8.7.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.4.2' + id 'com.gradle.develocity' version '4.4.3' } dependencyResolutionManagement {