From 3f44241ca39344f6291ce0d76fc7664c33caaf11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:06:10 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs Bumps com.github.spotbugs from 5.2.1 to 5.2.3. --- 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 608fda594..de29f9202 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '5.2.1' + id 'com.github.spotbugs' version '5.2.3' id "org.sonarqube" version "4.4.1.3373" }