deps: bump com.github.spotbugs from 6.2.1 to 6.2.2 #10

Merged
dependabot[bot] merged 1 commits from dependabot/gradle/main/com.github.spotbugs-6.2.2 into main 2025-07-19 11:43:47 +00:00
Showing only changes of commit 2ebdb733c0 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ import java.text.SimpleDateFormat
plugins {
id 'checkstyle'
id "com.github.spotbugs" version "6.2.1"
id "com.github.spotbugs" version "6.2.2"
id 'com.gradleup.shadow' version '8.3.8'
id 'java'
}