From 6fe39ee7624f6f9ff94948a74dff4c23c49fe4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:30:41 +0000 Subject: [PATCH] Build(deps): bump com.github.spotbugs from 6.0.5 to 6.0.6 Bumps com.github.spotbugs from 6.0.5 to 6.0.6. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ddb845435..598c98ad7 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ buildscript { plugins { id 'com.github.ben-manes.versions' version '0.50.0' - id 'com.github.spotbugs' version '6.0.5' + id 'com.github.spotbugs' version '6.0.6' } apply plugin: DependenciesGraphPlugin