Skip to content

Commit

Permalink
chore(deps): bump de.undercouch.download from 5.5.0 to 5.6.0
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.5.0 to 5.6.0.
- [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases)
- [Commits](michel-kraemer/gradle-download-task@5.5.0...5.6.0)

---
updated-dependencies:
- dependency-name: de.undercouch.download
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 50ec478 commit 8e36c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {

// used to download the 'dash.jar' for license checks
// docs: https://github.com/michel-kraemer/gradle-download-task
id "de.undercouch.download" version "5.5.0"
id "de.undercouch.download" version "5.6.0"
}

group = "${groupName}"
Expand Down

0 comments on commit 8e36c82

Please sign in to comment.