[VOL-5028] - Build and deploiy igmpproxy

pom.xml
app/pom.xml
-----------
  o Upgrade maven plugins in prep for v2.8.0 release build.

Change-Id: I02a973363cb7a449f5a86ab73e7ed139d3d6a34f
diff --git a/app/pom.xml b/app/pom.xml
index 14f2b2f..94d9531 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -36,7 +36,7 @@
         <onos.app.title>IGMP proxy app</onos.app.title>
         <onos.app.url>http://opencord.org</onos.app.url>
         <onos.app.readme>IGMP implementation.</onos.app.readme>
-        <sadis.api.version>5.10.0</sadis.api.version>
+        <sadis.api.version>5.11.1</sadis.api.version>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index c5d989c..9556c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,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>
@@ -63,7 +63,7 @@
                         <plugin>
                             <groupId>com.h3xstream.findsecbugs</groupId>
                             <artifactId>findsecbugs-plugin</artifactId>
-                            <version>1.10.1</version>
+                            <version>1.12.0</version>
                         </plugin>
                     </plugins>
                 </configuration>