]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20328 Update de.undercouch.download to 5.5.0
authorMatteo Mara <matteo.mara@sonarsource.com>
Wed, 6 Sep 2023 13:02:25 +0000 (15:02 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 6 Sep 2023 20:02:48 +0000 (20:02 +0000)
build.gradle

index 90234880d1a858613b5b4944b814050937e3dea3..3634b02e2a5d44b13db77d9c5a5f3695c4308346 100644 (file)
@@ -11,8 +11,8 @@ plugins {
   id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
   id 'com.google.protobuf' version '0.8.19' apply false
   id 'com.jfrog.artifactory' version '4.32.0'
-  id "de.undercouch.download" version "5.4.0" apply false
   id 'io.spring.dependency-management' version '1.1.0'
+  id "de.undercouch.download" version "5.5.0" apply false
   id "org.cyclonedx.bom" version "1.7.4" apply false
   id 'org.sonarqube' version '4.3.1.3277'
 }