From 072551dbfa3570aaec038ba2d93dd35380a0ec20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 22:51:45 +0000 Subject: [PATCH] Bump org.sonarqube in /components/authentication/azure Bumps org.sonarqube from 4.3.1.3277 to 4.4.0.3356. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/authentication/azure/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/authentication/azure/build.gradle b/components/authentication/azure/build.gradle index d8cfbaae6..b0e45e0b2 100644 --- a/components/authentication/azure/build.gradle +++ b/components/authentication/azure/build.gradle @@ -6,7 +6,7 @@ plugins { id 'signing' id 'jacoco' id 'com.github.spotbugs' version '5.1.3' - id "org.sonarqube" version "4.3.1.3277" + id "org.sonarqube" version "4.4.0.3356" } java {