Skip to content

Commit c449e5c

Browse files
Bump de.undercouch.download from 5.6.0 to 5.7.0
Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases) - [Commits](michel-kraemer/gradle-download-task@5.6.0...5.7.0) --- updated-dependencies: - dependency-name: de.undercouch.download dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05bff76 commit c449e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins {
3131
id 'maven-publish' // Publishing to Maven Central
3232
id 'pmd' // PMD for Java, configured further below
3333
id 'idea' // For IntelliJ IDEA users
34-
id 'de.undercouch.download' version '5.6.0' // Shows download percentage
34+
id 'de.undercouch.download' version '5.7.0' // Shows download percentage
3535
id 'edu.sc.seis.launch4j' version '4.0.0' // Creates launch4j
3636
id 'com.github.ben-manes.versions' version '0.53.0' // Checks versions for plugins and dependencies
3737
id 'com.dorongold.task-tree' version '4.0.1' // Prints the task dependency tree

0 commit comments

Comments
 (0)