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

Bumps com.github.spotbugs from 6.2.1 to 6.2.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-14 05:08:59 +00:00
committed by GitHub
parent 6fffb62fba
commit 2ebdb733c0
+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'
}