diff --git a/build.gradle b/build.gradle index 1fbad76..d41ebe0 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "com.palantir.git-version" version "3.0.0" id 'base' - id 'org.sonarqube' version '6.3.1.5724' + id 'org.sonarqube' version '7.0.1.6134' } // This utilizes Git Tag based versioning to set the version of the project based on the current Git Branch or Tag.