From 84ece3286c919c40bbf0a646f494b09316bfc70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:47:03 +0000 Subject: [PATCH] chore(deps): Bump com.github.spotbugs from 5.0.14 to 6.0.16 Bumps com.github.spotbugs from 5.0.14 to 6.0.16. --- 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..3897bcd 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.16' id("io.github.gradle-nexus.publish-plugin") version "1.3.0" }