From 6d1c355acee3a72e7092c222055b7a5f9f3d11a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 04:11:07 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.7 to 6.2.2 Bumps com.github.spotbugs from 5.0.7 to 6.2.2. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.2 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 d773362..04b3042 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'application' // creates a JVM executable id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined) id 'pmd' // code check, working on source code - id 'com.github.spotbugs' version '5.0.7' // code check, working on byte code + id 'com.github.spotbugs' version '6.2.2' // code check, working on byte code id 'com.diffplug.spotless' version '6.7.0'// code format id 'com.simonharrer.modernizer' version '2.1.0-1' // detect deprecated APIs id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar