From ded4bdb8a9529b5d27a562ce5711ae2299cbe2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:55:29 +0000 Subject: [PATCH] dependabot: bump com.github.spotbugs from 6.0.7 to 6.1.2 Bumps com.github.spotbugs from 6.0.7 to 6.1.2. --- 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 9bd72dca..53afc0b3 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ buildscript { plugins { id 'java' id 'com.netflix.nebula.ospackage' version "11.6.0" - id 'com.github.spotbugs' version '6.0.7' + id 'com.github.spotbugs' version '6.1.2' id 'jacoco' id 'com.diffplug.spotless' version '6.25.0' id 'checkstyle'