From afb8a1126140beec9f5abacdcafb0c19dd170969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:01:41 +0000 Subject: [PATCH] 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 5e4958d..6bb45b5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,7 +2,7 @@ pluginManagement { includeBuild("gradle/plugins") } plugins { - id("com.gradle.develocity") version "4.2.1" + id("com.gradle.develocity") version "4.2.2" } dependencyResolutionManagement {