From b5a22fd8b6a8b4a787fc69b6cbe21901ddbf9512 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:36:05 +0000 Subject: [PATCH] chore(deps): update plugin com.gradle.develocity to v4.5.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 513ad7f8c..0f8c81cbf 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,7 +15,7 @@ include( ) plugins { - id("com.gradle.develocity") version "4.4.3" + id("com.gradle.develocity") version "4.5.0" } dependencyResolutionManagement {