From af6010c57f4b5db49b32d10c881f66ab5980841b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:51:53 +0000 Subject: [PATCH] Bump org.sonarqube from 4.0.0.2929 to 7.3.0.8198 Bumps org.sonarqube from 4.0.0.2929 to 7.3.0.8198. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 7.3.0.8198 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 911184f6..da606bc7 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.2.4' - id 'org.sonarqube' version '4.0.0.2929' + id 'org.sonarqube' version '7.3.0.8198' id 'io.github.sgtsilvio.gradle.javadoc-links' version '0.10.0' }