Skip to content

Commit 4132f45

Browse files
Bump de.undercouch.download from 4.1.2 to 5.0.1
Bumps de.undercouch.download from 4.1.2 to 5.0.1. --- updated-dependencies: - dependency-name: de.undercouch.download dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be6b20b commit 4132f45

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
@@ -6,7 +6,7 @@ plugins {
66
id 'pmd' // code check, working on source code
77
id 'com.diffplug.spotless' version '6.2.0'//code format
88
id 'com.github.spotbugs' version '5.0.5' // code check, working on byte code
9-
id 'de.undercouch.download' version '4.1.2'
9+
id 'de.undercouch.download' version '5.0.1'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1111
id 'jacoco' // java code coverage plugin
1212
id "org.sonarqube" version "3.3" // sonarqube

0 commit comments

Comments
 (0)