From 9c495613d5cd9aabe5d8ba44792f7205aa5da703 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:20:40 -0800 Subject: [PATCH] Update plugin de.undercouch.download to v5.6.0 (#549) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60b9b67a1..a652cca1f 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ buildscript { } plugins { - id "de.undercouch.download" version "5.5.0" + id "de.undercouch.download" version "5.6.0" id "org.gradle.test-retry" version "1.5.8" apply false }