From 94e3ae3edb84c922e02030a38e2de997c6e64a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:10:36 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs Bumps com.github.spotbugs from 5.2.3 to 5.2.4. --- 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 de29f9202..6c0fa0025 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.3' + id 'com.github.spotbugs' version '5.2.4' id "org.sonarqube" version "4.4.1.3373" }