Skip to content

Commit

Permalink
Bump de.undercouch.download from 5.0.5 to 5.1.0 (#10409)
Browse files Browse the repository at this point in the history
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](michel-kraemer/gradle-download-task@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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2022
1 parent 3a5ea4b commit 5b8884d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game-app/game-headed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion smoke-testing/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5b8884d

Please sign in to comment.