From cfb6341cf9c4d793c492935e8f811f05919b2942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:12:42 +0000 Subject: [PATCH] Bump org.sonarqube from 4.0.0.2929 to 4.4.1.3373 Bumps org.sonarqube from 4.0.0.2929 to 4.4.1.3373. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index abcc6b9b451..4bbd0aa2a0a 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ plugins { id 'distribution' id "com.github.spotbugs" version '5.0.14' id 'de.thetaphi.forbiddenapis' version '3.5.1' - id 'org.sonarqube' version '4.0.0.2929' + id 'org.sonarqube' version '4.4.1.3373' id 'org.cyclonedx.bom' version '1.7.4' id 'com.adarshr.test-logger' version '3.2.0' }