From 3d63fb9e4bce490b8a879818463bbf3997340b01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:58:00 +0000 Subject: [PATCH] chore(deps): update plugin com.gradle.develocity to v4.5.0 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 268bbfba9a..50db6e3de9 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.5.10' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases - id 'com.gradle.develocity' version '4.4.3' + id 'com.gradle.develocity' version '4.5.0' } dependencyResolutionManagement {