Bump apache plugins and dependencies to latests

Issue-ID: VID-755

Change-Id: Ia491a5c37f00e82662cb17192df4577c16994539
Signed-off-by: Ittay Stern <ittay.stern@att.com>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 3b255d8..c1e3fb9 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -38,7 +38,7 @@
         <jackson.databind.version>2.10.2</jackson.databind.version>
         <onap.logging.version>1.6.1</onap.logging.version>
         <jersey.version>2.29.1</jersey.version>
-        <surefire.version>2.22.1</surefire.version>
+        <surefire.version>2.22.2</surefire.version>
         <selenium.version>3.141.59</selenium.version>
         <sonar.coverage.exclusions>**/webapp/**/*,**/*.js</sonar.coverage.exclusions>
 
@@ -244,7 +244,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.5.1</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
@@ -372,7 +372,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.2.3</version>
                 <configuration>
                     <!-- Build a jar with all the Java classes -->
                     <attachClasses>true</attachClasses>
@@ -528,7 +528,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.9</version>
+            <version>4.5.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
@@ -538,7 +538,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpmime</artifactId>
-            <version>4.5.9</version>
+            <version>4.5.11</version>
         </dependency>
         <dependency>
             <groupId>com.xebialabs.restito</groupId>
@@ -862,7 +862,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
-            <version>1.7</version>
+            <version>1.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
@@ -921,7 +921,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.6.1</version>
+            <version>3.6.3</version>
         </dependency>
     </dependencies>
 </project>