From 54bccaf9152639a0bd5ba5f44c1a574e67d365c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:23:59 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 5.2.3 to 5.2.4 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 f26cf532c..f1ad1e0da 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,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" }