From 0899124df4c176c21eaffce93178b573fdf990ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:05:20 +0300 Subject: [PATCH] Bump org.sonarqube from 4.3.1.3277 to 4.4.0.3356 in /Plan (#3234) Bumps org.sonarqube from 4.3.1.3277 to 4.4.0.3356. --- 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 a11d7a9cc..170615ee4 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -16,7 +16,7 @@ plugins { id 'java-library' id "jacoco" id "checkstyle" - id "org.sonarqube" version "4.3.1.3277" + id "org.sonarqube" version "4.4.0.3356" id 'fabric-loom' version '1.3-SNAPSHOT' apply false }