From 7bc9de16dd49da578ddcc71616272989d9323222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:24:06 +0000 Subject: [PATCH] Bump org.sonarqube from 4.0.0.2929 to 6.3.0.5676 Bumps org.sonarqube from 4.0.0.2929 to 6.3.0.5676. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 6.3.0.5676 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 f031205f..e6427350 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 '2.3.1' - id 'org.sonarqube' version '4.0.0.2929' + id 'org.sonarqube' version '6.3.0.5676' id 'io.github.sgtsilvio.gradle.javadoc-links' version '0.8.0' }