From 040f36241a5823e797f7f8d1926bfe181135641f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:58:28 +0300 Subject: [PATCH] Bump org.sonarqube from 4.2.0.3129 to 4.2.1.3168 in /Plan (#3067) Bumps org.sonarqube from 4.2.0.3129 to 4.2.1.3168. --- 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 9be81b557..a041fdefd 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.0.3129" + id "org.sonarqube" version "4.2.1.3168" id 'fabric-loom' version '1.1-SNAPSHOT' apply false }