Browse Source

SONAR-13155 Upgrade Gradle Dependency Management to 1.0.9

Versions from 1.0.4 fix bugs: https://github.com/spring-gradle-plugins/dependency-management-plugin/releases
tags/8.3.0.34182
Simon Brandhof 4 years ago
parent
commit
1324596989
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -11,7 +11,7 @@ buildscript {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
classpath 'com.moowork.gradle:gradle-node-plugin:1.3.1'
classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0'
classpath 'io.spring.gradle:dependency-management-plugin:1.0.4.RELEASE'
classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE'
classpath 'net.rdrei.android.buildtimetracker:gradle-plugin:0.11.1'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.10.0'
classpath 'org.owasp:dependency-check-gradle:5.2.2'

Loading…
Cancel
Save