From b2a9410df292b00ea540e003814a1b9a9d069093 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 18:22:13 +0000 Subject: [PATCH] chore(deps): update plugin com.gradle.develocity to v4.3.1 (#6276) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 764ef0e7e2..9afafddff3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,7 +13,7 @@ pluginManagement { // https://docs.gradle.com/enterprise/gradle-plugin/ plugins { - id "com.gradle.develocity" version "4.3" + id "com.gradle.develocity" version "4.3.1" } def isCI = providers.environmentVariable('CI').present