From cd424b6bdb580c70c9ffbb35279953405b3cc3d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:27:06 +0000 Subject: [PATCH] Update dependency com.gradle:develocity-gradle-plugin to v4.4.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2319906..4c85f0a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { implementation("io.github.cdsap:jdk-tools-parser:0.1.1") implementation("io.github.cdsap:commandline-value-source:0.1.0") implementation("com.jakewharton.picnic:picnic:0.7.0") - compileOnly("com.gradle:develocity-gradle-plugin:4.3.2") + compileOnly("com.gradle:develocity-gradle-plugin:4.4.0") testImplementation("junit:junit:4.13.2") } tasks.withType().configureEach {