Add and upgrade dependencies on pom files

Issue-ID: VID-512

Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: I1800a2cc7bfdbbc015399092da24b430c5faab66
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 1749039..b2c5c9d 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -46,7 +46,7 @@
         <sitePath>content/sites/site/org/onap/vid/${project.version}</sitePath>
 
         <aspectj.version>1.8.9</aspectj.version>
-        <kotlin.version>1.3.11</kotlin.version>
+        <kotlin.version>1.3.30</kotlin.version>
         <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
 
         <eirslett.version>1.6</eirslett.version>
@@ -56,6 +56,9 @@
         <!-- override using -Drelease_version=foo -Dpatch_version=bar -->
         <release_version>${env.RELEASE_VERSION}</release_version>
         <patch_version/>
+
+        <reportportal.argline>-javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar -Drp.enable=true -Drp.mode=DEFAULT -Drp.tags="CICD;BE_UNIT;BUILD_${env.BUILD_NUMBER}"</reportportal.argline>
+
     </properties>
 
 
@@ -298,6 +301,10 @@
                             <name>junit</name>
                             <value>false</value>
                         </property>
+                        <property>
+                            <name>usedefaultlisteners</name>
+                            <value>false</value>
+                        </property>
                     </properties>
                     <threadCount>1</threadCount>
                 </configuration>
@@ -802,7 +809,7 @@
         <dependency>
             <groupId>net.javacrumbs.json-unit</groupId>
             <artifactId>json-unit</artifactId>
-            <version>1.23.0</version>
+            <version>2.2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>