From: Simon Brandhof Date: Tue, 3 Mar 2020 14:00:38 +0000 (+0100) Subject: SONAR-13155 Upgrade Gradle Dependency Management to 1.0.9 X-Git-Tag: 8.3.0.34182~126 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1324596989bf50752ef6bb44c3127fc2b8d9fae5;p=sonarqube.git 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 --- diff --git a/build.gradle b/build.gradle index 9ec8367667a..7be20400d93 100644 --- a/build.gradle +++ b/build.gradle @@ -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'