From decc4726c06a67ddfcf2cf85a08d6b64d847dfbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 10:23:43 +0000 Subject: [PATCH] Bump org.sonarqube from 3.3 to 3.5.0.2730 in /Plan Bumps org.sonarqube from 3.3 to 3.5.0.2730. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index d47690ee9d..87a1367897 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -12,7 +12,7 @@ plugins { id "java" id "jacoco" id "checkstyle" - id "org.sonarqube" version "3.3" + id "org.sonarqube" version "3.5.0.2730" } apply plugin: 'nebula-aggregate-javadocs'