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"