SLING-10893 Enable code checks with SpotBugs

update plugin
diff --git a/pom.xml b/pom.xml
index 0a6376f..b3d21ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.7.2.0</version>
+        <version>4.7.3.0</version>
         <configuration>
           <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
           <plugins>