From 4413bb855069c576a22b6ee4e54b1d9183309696 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:08:36 +0000 Subject: [PATCH] chore(deps): update plugin com.gradle.develocity to v3.19 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 71d357f..9a920bb 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,7 +2,7 @@ pluginManagement { plugins { id("de.undercouch.download") version "5.6.0" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" - id("com.gradle.develocity") version "3.18.2" + id("com.gradle.develocity") version "3.19" } }