1 Commits

Author SHA1 Message Date
dependabot[bot] 3944f26f10 deps: bump com.github.spotbugs from 6.2.2 to 6.4.4
Bumps com.github.spotbugs from 6.2.2 to 6.4.4.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-version: 6.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 04:32:21 +00:00
+1 -1
View File
@@ -3,7 +3,7 @@ import java.text.SimpleDateFormat
plugins {
id 'checkstyle'
id "com.github.spotbugs" version "6.2.2"
id "com.github.spotbugs" version "6.4.4"
id 'com.gradleup.shadow' version '8.3.8'
id 'java'
}