From 279caf9bbea22e3a79007f538c3e2215cd0ccc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 22:43:19 +0000 Subject: [PATCH] Bump com.github.spotbugs in /components/authentication/azure Bumps com.github.spotbugs from 5.1.2 to 5.1.3. --- updated-dependencies: - dependency-name: com.github.spotbugs 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 48505f756..88eaeb896 100644 --- a/components/authentication/azure/build.gradle +++ b/components/authentication/azure/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '5.1.2' + id 'com.github.spotbugs' version '5.1.3' id "org.sonarqube" version "4.3.0.3225" }