From 4e5162b7824de87b259fca38b9e8929b8d769acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:46:22 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.0.27 to 6.1.0 Bumps com.github.spotbugs from 6.0.27 to 6.1.0. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fafcc9af..8ca79704 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '6.0.27' + id 'com.github.spotbugs' version '6.1.0' id "org.sonarqube" version "6.0.1.5171" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' }