From 44c6c0d23504e8d1353cd449541f95bc2033cddb Mon Sep 17 00:00:00 2001 From: amohamad Date: Sun, 9 Aug 2020 20:27:40 -0400 Subject: 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 Signed-off-by: sebdet --- integration-tests/pom.xml | 6 ++++++ pom.xml | 8 ++++---- 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. 1 true + + + testng.dtd.http + true + + src/test/resources/ci/testSuites/backend/onapApiSanity.xml src/test/resources/ci/testSuites/frontend/onapUiSanity.xml 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 0.3.1 4.3.18.RELEASE 2.27 - 4.1.36.Final + 4.1.48.Final 3.1.0 2.26.3 2.6.0 4.3.1.0 2.1.8 1.18.12 - 1.9.3 + 1.9.4 2.3 4.1.0 1.6.1 @@ -115,7 +115,7 @@ Modifications copyright (c) 2018-2019 Nokia 1.6.0 5.6.0 3.16.0 - 6.14.3 + 7.2.0 5.6.0 0.11 2.1 @@ -155,7 +155,7 @@ Modifications copyright (c) 2018-2019 Nokia ${project.version}-${maven.build.timestamp} - 2.4.1.Final + 2.6.1.Final 2.9.9 -- cgit 1.2.3-korg