deps: bump com.github.spotbugs from 6.2.2 to 6.3.0

Bumps com.github.spotbugs from 6.2.2 to 6.3.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-08 04:32:45 +00:00
committed by GitHub
parent d5bb520e5e
commit f645e6b847
+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.3.0"
id 'com.gradleup.shadow' version '8.3.8'
id 'java'
}