fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6
diff --git a/build-logic/verification/build.gradle.kts b/build-logic/verification/build.gradle.kts
index c86e724..2cf06c3 100644
--- a/build-logic/verification/build.gradle.kts
+++ b/build-logic/verification/build.gradle.kts
@@ -23,7 +23,7 @@
     api(projects.basics)
     api(projects.buildParameters)
     api("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
-    api("com.github.spotbugs:com.github.spotbugs.gradle.plugin:5.2.5")
+    api("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.0.2")
     api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:1.90")
     api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
     api("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")