diff --git a/build.gradle b/build.gradle index 3a70acca..5679b127 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java-library' // For Sonarcloud code coverage testing, these are useful. - id 'org.sonarqube' version '3.3' + id 'org.sonarqube' version '3.4.0.2513' id 'jacoco' // For publishing to Maven Central, we'll want these.