From 80239bb6383e23edb190c66981669a2fccef4590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 10:43:27 +0000 Subject: [PATCH] Bump org.sonarqube from 4.4.1.3373 to 5.0.0.4638 in /Plan Bumps org.sonarqube from 4.4.1.3373 to 5.0.0.4638. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-major ... 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 571d36d41..be3d962af 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.4.1.3373" + id "org.sonarqube" version "5.0.0.4638" id 'fabric-loom' version '1.3-SNAPSHOT' apply false }