Bump spotbugs from 4.6.0 to 4.7.1 (#269)

Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.6.0 to 4.7.1.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.6.0...4.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/pom.xml b/pom.xml
index 4a90118..dac8497 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
-    <commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>
+    <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
     <commons.asm.version>9.3</commons.asm.version>
     <commons.pmd.version>6.46.0</commons.pmd.version>
     <commons.javadoc.version>3.3.2</commons.javadoc.version>