deps: bump com.github.spotbugs from 6.2.0 to 6.2.1 #3

Merged
dependabot[bot] merged 1 commits from dependabot/gradle/main/com.github.spotbugs-6.2.1 into main 2025-07-03 20:15:57 +00:00
Showing only changes of commit 70b620795a - 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.0"
id "com.github.spotbugs" version "6.2.1"
id 'com.gradleup.shadow' version '8.3.7'
id 'java'
}