From 35a5a1aa2558dff0b3b01b268bc70c0a8e117e83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:46:45 +0000 Subject: [PATCH] chore(deps): update plugin com.gradle.develocity to v4.2.2 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 5ce85988..0dadb052 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -30,7 +30,7 @@ pluginManagement { } } -plugins { id("com.gradle.develocity") version ("4.2.1") } +plugins { id("com.gradle.develocity") version ("4.2.2") } develocity { if (System.getenv("CI") != null) {