aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramohamad <a.mohamad@queensu.ca>2020-08-09 20:27:40 -0400
committerSébastien Determe <sebastien.determe@intl.att.com>2020-09-07 13:07:26 +0000
commit44c6c0d23504e8d1353cd449541f95bc2033cddb (patch)
tree2a3fca931bbab87c3f5ae45b65ebf1b93f4dba0d
parent334409683f60693d89477054ed8ff20e6a1ea8a9 (diff)
Upgrade Vulnerable Direct Dependencies [many]
Issue-ID: SDC-3051 Upgrade ONLY Maven Dependencies in pom.xml (sdc-main) Upgrade Netty-all 4.1.36.final to 4.1.48.final Upgrade togglz-console 2.4.1.final to 2.6.1.final Upgrade commons-beanutils 1.9.3 to 1.9.4 Upgrade testng 6.x to 7.2.0 Change-Id: Ieffbeba96c0bc5dfba1f3f5371339286d94a3a3b Signed-off-by: amohamad <a.mohamad@queensu.ca> Signed-off-by: sebdet <sebastien.determe@intl.att.com>
-rw-r--r--integration-tests/pom.xml6
-rw-r--r--pom.xml8
2 files changed, 10 insertions, 4 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index baf68689a8..e292195c38 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -762,6 +762,12 @@ limitations under the License.
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
+ <systemProperties>
+ <property>
+ <name>testng.dtd.http</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
<suiteXmlFiles>
<file>src/test/resources/ci/testSuites/backend/onapApiSanity.xml</file>
<file>src/test/resources/ci/testSuites/frontend/onapUiSanity.xml</file>
diff --git a/pom.xml b/pom.xml
index ffda3a8660..7bbdf53de6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,14 +49,14 @@ Modifications copyright (c) 2018-2019 Nokia
<janusgraph.version>0.3.1</janusgraph.version>
<spring.version>4.3.18.RELEASE</spring.version>
<jersey-bom.version>2.27</jersey-bom.version>
- <netty.version>4.1.36.Final</netty.version>
+ <netty.version>4.1.48.Final</netty.version>
<servlet-api.version>3.1.0</servlet-api.version>
<wire-mock.version>2.26.3</wire-mock.version>
<ecomp.version>2.6.0</ecomp.version>
<cassandra.unit.version>4.3.1.0</cassandra.unit.version>
<cadi.version>2.1.8</cadi.version>
<lombok.version>1.18.12</lombok.version>
- <commons-beanutils>1.9.3</commons-beanutils>
+ <commons-beanutils>1.9.4</commons-beanutils>
<commons-configuration>2.3</commons-configuration>
<apache-poi.version>4.1.0</apache-poi.version>
<onap.logging.version>1.6.1</onap.logging.version>
@@ -115,7 +115,7 @@ Modifications copyright (c) 2018-2019 Nokia
<junit.platform.version>1.6.0</junit.platform.version>
<junitJupiter.version>5.6.0</junitJupiter.version>
<assertj.version>3.16.0</assertj.version>
- <testng.version>6.14.3</testng.version>
+ <testng.version>7.2.0</testng.version>
<cucumber.version>5.6.0</cucumber.version>
<bean-matchers.version>0.11</bean-matchers.version>
<hamcrest.version>2.1</hamcrest.version>
@@ -155,7 +155,7 @@ Modifications copyright (c) 2018-2019 Nokia
<!--docker tags-->
<docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
<!--togglz version-->
- <togglz.version>2.4.1.Final</togglz.version>
+ <togglz.version>2.6.1.Final</togglz.version>
<joda.time.version>2.9.9</joda.time.version>