Merge pull request #248 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.5.0

RAT-345: Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.4.0 to 4.8.5.0
diff --git a/pom.xml b/pom.xml
index fbdcbe3..41321a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>4.8.4.0</version>
+          <version>4.8.5.0</version>
           <configuration>
             <!-- RAT-369: as spotbugs does not allow setting a global (numeric) threshold of currently accepted errors/bugs we do not fail the build -->
             <failOnError>false</failOnError>