diff options
author | jz385p <jegadeesh.babu@att.com> | 2020-04-23 16:35:12 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegadeesh.babu@att.com> | 2020-04-28 10:23:54 +0000 |
commit | b5a15c31e68fe80503a8058121cdd2a4ac11a281 (patch) | |
tree | fbc3f7e5ddad48daac439497b82cf01c0c9d67c1 /ecomp-portal-BE-common | |
parent | d7f3b463c9f0f11ceb0aad255f564b02c22ab978 (diff) |
Upgraded SDK and CXF versions
Added application security fixes
Issue-ID: PORTAL-888
Change-Id: I4a3ce8e78a059abd661571eb54857dccb7b8fa6d
Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'ecomp-portal-BE-common')
-rw-r--r-- | ecomp-portal-BE-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 19d32431..82e9827c 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -284,7 +284,7 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </dependency> <!-- Mapper --> <dependency> |