From 0e9606be417d1cecad3b1233c100bfeeb4ae7502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 09:15:34 +0300 Subject: [PATCH] Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277 in /Plan (#3194) Bumps org.sonarqube from 4.3.0.3225 to 4.3.1.3277. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-patch ... 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 2a4440dec..612528779 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.0.3225" + id "org.sonarqube" version "4.3.1.3277" id 'fabric-loom' version '1.1-SNAPSHOT' apply false }