]> source.dussan.org Git - sonarqube.git/commitdiff
Update backend dependency `de.undercouch.download` to new major version `5.0.1`
authorKlaudio Sinani <klaudio.sinani@sonarsource.com>
Fri, 4 Feb 2022 10:01:46 +0000 (11:01 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 7 Feb 2022 20:02:53 +0000 (20:02 +0000)
build.gradle

index 84860594cab98106ef2fd9d71012b730fa217d81..10fae19b13661fe4f6419cf1d29be3d7dbc67cb6 100644 (file)
@@ -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) {