From 800963df5eb45584172882e0b3b95d2ef6e2347f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:43:45 +0000 Subject: [PATCH] Bump org.sonarqube in /components/authentication/azure Bumps org.sonarqube from 4.3.0.3225 to 4.3.1.3277. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-patch ... 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 88eaeb896..d8cfbaae6 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.0.3225" + id "org.sonarqube" version "4.3.1.3277" } java {