]> source.dussan.org Git - sonarqube.git/commitdiff
Use consistent version of gson
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 20 Mar 2018 16:12:56 +0000 (17:12 +0100)
committerSonarTech <sonartech@sonarsource.com>
Thu, 22 Mar 2018 11:37:50 +0000 (12:37 +0100)
sonar-ws-generator/build.gradle

index d3834abfe1bed8efc8ccb9f2e366d431ccb60fb0..cdcc0cab234caeaea29980bd981cfd23181d0628 100644 (file)
@@ -5,7 +5,7 @@ sonarqube {
 dependencies {
   // please keep list ordered
 
-  compile 'com.google.code.gson:gson:2.8.2'
+  compile 'com.google.code.gson:gson'
   compile 'com.google.guava:guava'
   compile 'org.apache.velocity:velocity:1.7'
   compile 'org.slf4j:log4j-over-slf4j'