aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorKlaudio Sinani <klaudio.sinani@sonarsource.com>2022-02-04 11:01:46 +0100
committersonartech <sonartech@sonarsource.com>2022-02-07 20:02:53 +0000
commit9cca53c5b20d5e2e929818eb85afb625fe5de210 (patch)
tree16b8a958ab4ca90ac62ca48dadda3ee1aeeb7381 /build.gradle
parentd0c2577e9290da2bd4d2ab98f96e5d374a548bff (diff)
downloadsonarqube-9cca53c5b20d5e2e929818eb85afb625fe5de210.tar.gz
sonarqube-9cca53c5b20d5e2e929818eb85afb625fe5de210.zip
Update backend dependency `de.undercouch.download` to new major version `5.0.1`
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 84860594cab..10fae19b136 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ plugins {
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'org.owasp.dependencycheck' version '6.3.2'
id 'org.sonarqube' version '3.3'
- id "de.undercouch.download" version "4.1.2" apply false
+ id "de.undercouch.download" version "5.0.1" apply false
}
if (!JavaVersion.current().java11Compatible) {