From 79137a074cba1d07a3db46a7920a340e26118b0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:04:04 -0400 Subject: [PATCH] Update plugin download to v5.6.0 (#1066) 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 85198800..5eca867b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -157,7 +157,7 @@ ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.6.1"} buildconfig = { id = "com.github.gmazzo.buildconfig", version = "3.1.0"} # Download -download = { id = "de.undercouch.download", version = "5.4.0"} +download = { id = "de.undercouch.download", version = "5.6.0"} # ShadowJar shadowjar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"}