From 25e2f1204e70924c3ab34e1ab1e288d19782ce17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:48:22 +0000 Subject: [PATCH] chore(deps): Bump com.github.spotbugs from 5.0.14 to 6.0.13 Bumps com.github.spotbugs from 5.0.14 to 6.0.13. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1e325e9..16ea020 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' id 'maven-publish' id 'signing' - id 'com.github.spotbugs' version '5.0.14' + id 'com.github.spotbugs' version '6.0.13' id("io.github.gradle-nexus.publish-plugin") version "1.3.0" }