From 3904cbf78961fd5954f606a7cb8d55b565341baf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:50:10 -0500 Subject: [PATCH] Update plugin download to v5.7.0 (#1908) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index acb83f2e..9ee106ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -179,7 +179,7 @@ ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "14.0.1"} buildconfig = { id = "com.github.gmazzo.buildconfig", version = "6.0.7"} # Download -download = { id = "de.undercouch.download", version = "5.6.0"} +download = { id = "de.undercouch.download", version = "5.7.0"} # ShadowJar shadowjar = { id = "com.gradleup.shadow", version = "8.3.9"}