From 0328177591cff7f617739a09f0e286dd5275ea5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:55:49 +0000 Subject: [PATCH] Update plugin com.gradle.develocity to v4.2.2 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 56d45b2b63..d4d047af6a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -20,7 +20,7 @@ plugins { // https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags id 'io.github.davidburstrom.version-compatibility' version '0.5.0' apply false // https://plugins.gradle.org/plugin/com.gradle.develocity - id 'com.gradle.develocity' version '4.2.1' + id 'com.gradle.develocity' version '4.2.2' // https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md id 'dev.equo.ide' version '1.7.8' apply false id 'org.openrewrite.rewrite' version '7.18.0' apply false