From 32af9bc8c14f66d8eaf5583d169229d6c2aa4364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 08:31:04 +0300 Subject: [PATCH] Bump org.sonarqube from 3.3 to 3.4.0.2513 in /Plan (#2415) Bumps org.sonarqube from 3.3 to 3.4.0.2513. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 3a0d08770..aa2d89860 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -11,7 +11,7 @@ plugins { id "java" id "jacoco" id "checkstyle" - id "org.sonarqube" version "3.3" + id "org.sonarqube" version "3.4.0.2513" } apply plugin: 'nebula-aggregate-javadocs'