diff options
-rwxr-xr-x | epsdk-app-onap/pom.xml | 8 | ||||
-rw-r--r-- | pom.xml | 6 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 14 | ||||
-rw-r--r-- | vid-automation/pom.xml | 56 | ||||
-rw-r--r-- | vid-ext-services-simulator/pom.xml | 2 | ||||
-rw-r--r-- | vid-webpack-master/pom.xml | 2 |
6 files changed, 44 insertions, 44 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 94bd5152a..64ea9ece7 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -121,7 +121,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -131,7 +131,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.1</version> + <version>2.22.2</version> <configuration> <includes> <include>**/Test*.java</include> @@ -158,7 +158,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.2.0</version> + <version>3.2.3</version> <configuration> <archive> <manifest> @@ -189,7 +189,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.0.0</version> + <version>3.2.0</version> <configuration> <skipAssembly>${skipassembly}</skipAssembly> <descriptors> @@ -124,7 +124,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.1</version> + <version>2.22.2</version> <configuration> <useSystemClassLoader>false</useSystemClassLoader> </configuration> @@ -133,7 +133,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.5.1</version> + <version>3.8.1</version> <configuration> <debug>true</debug> @@ -233,7 +233,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.9</version> + <version>4.5.11</version> </dependency> </dependencies> </project> diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 3b255d8c9..c1e3fb9be 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> diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index d633054dc..708bffb06 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -12,8 +12,8 @@ <jackson.databind.version>2.9.9.3</jackson.databind.version> <aspectj.version>1.8.10</aspectj.version> <selenium.version>3.141.59</selenium.version> - <log4j.version>2.12.0</log4j.version> - <apachehttp.version>4.4.1</apachehttp.version> + <log4j.version>2.13.0</log4j.version> + <apachehttp.version>4.5.11</apachehttp.version> </properties> @@ -68,7 +68,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>${apachehttp.version}</version> + <version>4.4.13</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -197,12 +197,12 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.1</version> + <version>1.8</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> + <version>3.9</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -242,18 +242,18 @@ <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> - <debug>true</debug> - <debuglevel>lines,vars,source</debuglevel> + <debug>true</debug> + <debuglevel>lines,vars,source</debuglevel> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.1.1</version> + <version>3.2.0</version> <executions> <execution> <id>create.jar.with.dependencies</id> @@ -274,25 +274,25 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.1</version> - <configuration> - <includes> - <include>${test}</include> - </includes> - <systemPropertyVariables> - <log4j.configurationFile>./conf/log4j2.xml</log4j.configurationFile> - </systemPropertyVariables> - <suiteXmlFiles> - <suiteXmlFile>TestNg-ApiTest.xml</suiteXmlFile> - </suiteXmlFiles> - <argLine> - -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar - </argLine> - <useSystemClassLoader>false</useSystemClassLoader> - </configuration> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.2</version> + <configuration> + <includes> + <include>${test}</include> + </includes> + <systemPropertyVariables> + <log4j.configurationFile>./conf/log4j2.xml</log4j.configurationFile> + </systemPropertyVariables> + <suiteXmlFiles> + <suiteXmlFile>TestNg-ApiTest.xml</suiteXmlFile> + </suiteXmlFiles> + <argLine> + -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar + </argLine> + <useSystemClassLoader>false</useSystemClassLoader> + </configuration> </plugin> </plugins> </build> diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index ade419b9d..c08bcd4ec 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -197,7 +197,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index bfca33ed7..d40290fb0 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -234,7 +234,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.2.0</version> + <version>3.2.3</version> <configuration> <webResources> <resource> |