From b062a9ae2aec5fa35ba3f49dfc45f6748fd443f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 02:02:07 +0000 Subject: [PATCH] Bump org.sonarqube from 4.0.0.2929 to 7.2.2.6593 Bumps org.sonarqube from 4.0.0.2929 to 7.2.2.6593. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 7.2.2.6593 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c794ed1..2ca8e0cd 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'maven-publish' id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'org.cyclonedx.bom' version '3.1.0' - id 'org.sonarqube' version '4.0.0.2929' + id 'org.sonarqube' version '7.2.2.6593' id 'io.github.sgtsilvio.gradle.javadoc-links' version '0.9.0' }