From 5b8884d4a86637e1e9bd1f0e658371c0047689e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 10:59:35 -0400 Subject: [PATCH] Bump de.undercouch.download from 5.0.5 to 5.1.0 (#10409) Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.0.5 to 5.1.0. - [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases) - [Commits](https://github.com/michel-kraemer/gradle-download-task/compare/5.0.5...5.1.0) --- updated-dependencies: - dependency-name: de.undercouch.download dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- game-app/game-headed/build.gradle | 2 +- smoke-testing/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game-app/game-headed/build.gradle b/game-app/game-headed/build.gradle index 8027cf67961..309744486dd 100644 --- a/game-app/game-headed/build.gradle +++ b/game-app/game-headed/build.gradle @@ -2,7 +2,7 @@ plugins { id 'application' id 'com.github.johnrengelman.shadow' version '7.1.2' id 'com.install4j.gradle' version '9.0.6' - id 'de.undercouch.download' version '5.0.5' + id 'de.undercouch.download' version '5.1.0' } archivesBaseName = "$group-$name" diff --git a/smoke-testing/build.gradle b/smoke-testing/build.gradle index e7bccc26c4e..5ad7811c1b4 100644 --- a/smoke-testing/build.gradle +++ b/smoke-testing/build.gradle @@ -1,7 +1,7 @@ plugins { id 'application' id 'com.github.johnrengelman.shadow' version '7.1.2' - id 'de.undercouch.download' version '5.0.5' + id 'de.undercouch.download' version '5.1.0' } archivesBaseName = "$group-$name"