From eda9b24fd2b35585c8e374314166889359246367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:37:31 +0000 Subject: [PATCH] chore(deps): bump org.sonarqube from 4.0.0.2929 to 5.0.0.4638 Bumps org.sonarqube from 4.0.0.2929 to 5.0.0.4638. --- updated-dependencies: - dependency-name: org.sonarqube 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 32f6f02523..a0d9e99909 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 '5.0.0.4638' } /* PROJECT DEPENDENCY VERSIONS */