]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13155 Upgrade gradle-versions-plugin to 0.28.0
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 3 Mar 2020 13:34:23 +0000 (14:34 +0100)
committersonartech <sonartech@sonarsource.com>
Sat, 21 Mar 2020 20:04:01 +0000 (20:04 +0000)
build.gradle

index e2c25d44403aaa5b6f1fb131d78cf899108c2d66..9ec8367667af61425305bdc9e153905cedf237d8 100644 (file)
@@ -6,7 +6,7 @@ buildscript {
   }
   dependencies {
     // Ordered alphabeticly to avoid duplication
-    classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
+    classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0'
     classpath 'com.github.jengelman.gradle.plugins:shadow:5.2.0'
     classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
     classpath 'com.moowork.gradle:gradle-node-plugin:1.3.1'