Browse Source

SONAR-19005 Upgrade undercouch download plugin to 5.4.0

tags/10.1.0.73491
Jacek Poreda 1 year ago
parent
commit
33c8c9032f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -9,7 +9,7 @@ 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.31.8'
id "de.undercouch.download" version "5.3.0" apply false
id "de.undercouch.download" version "5.4.0" apply false
id 'io.spring.dependency-management' version '1.1.0'
id "org.cyclonedx.bom" version "1.7.3" apply false
id 'org.sonarqube' version '4.0.0.2929'

Loading…
Cancel
Save