From 9034b8be0ace94ebcd4d29f84ca62637601d4075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 05:03:52 +0000 Subject: [PATCH] chore(deps): bump org.sonarqube from 4.0.0.2929 to 6.3.1.5724 Bumps org.sonarqube from 4.0.0.2929 to 6.3.1.5724. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 6.3.1.5724 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 bfa4d3807e..9e49d62be2 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'io.freefair.maven-plugin' version '5.3.3.3' apply false // apply so that we can collect quality metrics at the root project level - id 'org.sonarqube' version '4.0.0.2929' + id 'org.sonarqube' version '6.3.1.5724' } /* PROJECT DEPENDENCY VERSIONS */