Browse Source

SONAR-20328 Update io.spring.dependency-management to 1.1.3

tags/10.3.0.82913
Matteo Mara 9 months ago
parent
commit
c5c1c3a1e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View 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 'io.spring.dependency-management' version '1.1.0'
id "de.undercouch.download" version "5.5.0" apply false
id 'io.spring.dependency-management' version '1.1.3'
id "org.cyclonedx.bom" version "1.7.4" apply false
id 'org.sonarqube' version '4.3.1.3277'
}

Loading…
Cancel
Save