[VOL-51016] - Build and deploy VOLTHA dep ONOS:sadis

pom.xml
-------
  o Update MVN Plugins in prep for a non-SNAPSHOT build:
    - spotbugs-maven-plugin from=4.0.4  to=4.7.3.4
    - findsecbugs-plugin    from=1.10.1 to=1.12.0

Change-Id: I5f24a54c1c9b412dc8ea6e75e39978ca52ebe765
diff --git a/pom.xml b/pom.xml
index e5a8e1a..095e6b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
             <plugin>
                 <groupId>com.github.spotbugs</groupId>
                 <artifactId>spotbugs-maven-plugin</artifactId>
-                <version>4.0.4</version>
+                <version>4.7.3.4</version>
                 <configuration>
                     <effort>Max</effort>
                     <threshold>Low</threshold>
@@ -78,7 +78,7 @@
                         <plugin>
                             <groupId>com.h3xstream.findsecbugs</groupId>
                             <artifactId>findsecbugs-plugin</artifactId>
-                            <version>1.10.1</version>
+                            <version>1.12.0</version>
                         </plugin>
                     </plugins>
                 </configuration>