From 3a7621207e414c2477977410541dc8bc6d112a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 22:04:24 +0000 Subject: [PATCH] Bump org.sonarqube from 3.3 to 4.0.0.2929 Bumps org.sonarqube from 3.3 to 4.0.0.2929. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60b6c4e6..c821d9a0 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 '4.0.0.2929' id 'jacoco' // For publishing to Maven Central, we'll want these.