From: sumithra Date: Tue, 20 Jul 2021 12:08:00 +0000 (+0000) Subject: Fix Security Vulnerabilities for TCAgen2 X-Git-Tag: 1.3.1-tca-gen2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5a0c2cefdb993cdfbb0b88e8bedb4df871911dd9;p=dcaegen2%2Fanalytics%2Ftca-gen2.git Fix Security Vulnerabilities for TCAgen2 Issue-ID: DCAEGEN2-2803 Signed-off-by: Sumithra Change-Id: I972695de49590c265b68078fd26b8a08ac6a972d --- diff --git a/dcae-analytics/dcae-analytics-tca-web/pom.xml b/dcae-analytics/dcae-analytics-tca-web/pom.xml index d6421e2..0a1b994 100644 --- a/dcae-analytics/dcae-analytics-tca-web/pom.xml +++ b/dcae-analytics/dcae-analytics-tca-web/pom.xml @@ -4,6 +4,7 @@ ~ Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. ~ Copyright (c) 2021 Samsung Electronics. All rights reserved. ~ Copyright (c) 2021 Nokia Intellectual Property. All rights reserved. + ~ Copyright (c) 2021 Wipro Limited. ~ ================================================================================ ~ Modifications Copyright (C) 2019 IBM ~ ================================================================================ @@ -42,8 +43,9 @@ Contains Web related code for TCA - ${project.parent.basedir} - onap/${project.groupId}.${project.artifactId} + ${project.parent.basedir} + 2.2.7.Final + onap/${project.groupId}.${project.artifactId} yyyyMMdd'T'HHmmss @@ -67,7 +69,7 @@ io.undertow - undertow-core + undertow-core @@ -123,7 +125,8 @@ io.undertow - undertow-core + undertow-core + ${undertow-core.version} diff --git a/dcae-analytics/dcae-analytics-web/pom.xml b/dcae-analytics/dcae-analytics-web/pom.xml index ef90b03..5d79faf 100644 --- a/dcae-analytics/dcae-analytics-web/pom.xml +++ b/dcae-analytics/dcae-analytics-web/pom.xml @@ -4,6 +4,7 @@ ~ Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. ~ Copyright (c) 2021 Samsung Electronics. All rights reserved. ~ Copyright (c) 2021 Nokia Intellectual Property. All rights reserved. + ~ Copyright (c) 2021 Wipro Limited. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -40,7 +41,9 @@ Contains common web code for all DCAE Analytics Modules - ${project.parent.basedir} + ${project.parent.basedir} + 2.2.7.Final + 4.5.13 @@ -71,11 +74,11 @@ org.springframework.boot - spring-boot-starter-tomcat + spring-boot-starter-tomcat io.undertow - undertow-core + undertow-core @@ -86,7 +89,7 @@ io.undertow - undertow-websockets-jsr + undertow-websockets-jsr @@ -113,7 +116,8 @@ org.apache.httpcomponents - httpclient + httpclient + ${httpclient.version} @@ -147,7 +151,8 @@ io.undertow - undertow-core + undertow-core + ${undertow-core.version}