From 5789f5bb6fe5caaa59e03b589ebb5f2b48fc9d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:54:29 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.2.6 to 6.2.7 Bumps com.github.spotbugs from 6.2.6 to 6.2.7. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bfade15f..b037b3d9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'pmd' //code check, working on source code - id 'com.github.spotbugs' version '6.2.6' //code check, working on byte code + id 'com.github.spotbugs' version '6.2.7' //code check, working on byte code id 'com.diffplug.spotless' version '7.2.1'//code format id 'jacoco' // java code coverage plugin id "org.sonarqube" version "6.3.1.5724" // sonarqube