From 131b98bbbbc4228b54f7b15fdcaa56d725336581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:00:08 +0000 Subject: [PATCH] chore(deps): update plugin com.gradle.develocity to v4.4.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 1739cda3a..4fb1c0501 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,7 +14,7 @@ include( ) plugins { - id("com.gradle.develocity") version "4.3.2" + id("com.gradle.develocity") version "4.4.0" } dependencyResolutionManagement {