From 394b4cefb3bc0b26c1d62560be12134cdf02c94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:15:25 +0000 Subject: [PATCH] Bump de.undercouch.download from 4.1.2 to 5.2.1 Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 4.1.2 to 5.2.1. - [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases) - [Commits](https://github.com/michel-kraemer/gradle-download-task/compare/4.1.2...5.2.1) --- updated-dependencies: - dependency-name: de.undercouch.download dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cce90be..ef4da6d 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { id 'java' id 'jacoco' id 'maven-publish' - id 'de.undercouch.download' version "4.1.2" + id 'de.undercouch.download' version "5.2.1" id "org.sonarqube" version "3.4.0.2513" }