From 861aa9047f0236c5f5bc71c5c8d3a7d7c76e417d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:10:24 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.1.0 to 5.2.1 Bumps com.github.spotbugs from 5.1.0 to 5.2.1. --- 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 ad8167b..552abbb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id "net.researchgate.release" version "3.0.2" id "com.google.protobuf" version "0.9.4" id "com.diffplug.spotless" version "6.12.0" - id "com.github.spotbugs" version "5.1.0" + id "com.github.spotbugs" version "5.2.1" id "com.github.jakemarsden.git-hooks" version "0.0.2" id 'com.github.jk1.dependency-license-report' version '2.5' id("com.netflix.nebula.ospackage") version "11.5.0"