From f4f27045dcece376a812f78daf27b60716de8d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 04:02:42 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.4.5 to 6.4.6 Bumps com.github.spotbugs from 6.4.5 to 6.4.6. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.6 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 a5a426e1..7d132d7e 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'scala' id 'pmd' // code check, working on source code id 'com.diffplug.spotless' version '8.1.0'//code format - id 'com.github.spotbugs' version '6.4.5' // code check, working on byte code + id 'com.github.spotbugs' version '6.4.6' // code check, working on byte code id 'de.undercouch.download' version '5.6.0' id 'kr.motd.sphinx' version '2.10.1' // documentation generation id "com.github.maiflai.scalatest" version "0.33" // run scalatest without specific spec task