From 689d62e4930940ad7dfb717be776f2dccd121d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:59:01 -0400 Subject: [PATCH] Bump de.undercouch.download from 5.4.0 to 5.5.0 (#11918) Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases) - [Commits](https://github.com/michel-kraemer/gradle-download-task/compare/5.4.0...5.5.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 +- game-app/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 5934f5880bf..416bbdac1ab 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 '10.0.6' - id 'de.undercouch.download' version '5.4.0' + id 'de.undercouch.download' version '5.5.0' } archivesBaseName = "$group-$name" diff --git a/game-app/smoke-testing/build.gradle b/game-app/smoke-testing/build.gradle index 2da803efea7..998ccc0afef 100644 --- a/game-app/smoke-testing/build.gradle +++ b/game-app/smoke-testing/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'de.undercouch.download' version '5.4.0' + id 'de.undercouch.download' version '5.5.0' } dependencies {