From a7e03ba9d900e4737df325a157170c2a39bffb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:42:52 +0000 Subject: [PATCH] Build(deps): bump com.github.spotbugs from 5.2.3 to 5.2.5 Bumps com.github.spotbugs from 5.2.3 to 5.2.5. --- 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 42cb326e8..e30e0f05a 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 '5.2.3' + id 'com.github.spotbugs' version '5.2.5' } apply plugin: DependenciesGraphPlugin