From cb5a732b19e26b7dba6a022aa6c578d83b518755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:48:27 +0300 Subject: [PATCH] Bump org.sonarqube from 4.2.1.3168 to 4.3.0.3225 in /Plan (#3123) Bumps org.sonarqube from 4.2.1.3168 to 4.3.0.3225. --- 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 cad5cbb99..d785b7c7c 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.2.1.3168" + id "org.sonarqube" version "4.3.0.3225" id 'fabric-loom' version '1.1-SNAPSHOT' apply false }