diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-23 17:24:40 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-23 17:24:40 -0700 |
commit | 8a1d80171bc7a19e43799e40d86c6269c3d35ce1 (patch) | |
tree | 0253632c600b620a450135731d6625c24277a59b /pom.xml | |
parent | 60f8f5342f1fba49373699c1466e6ca06d1adc34 (diff) |
Fix SO vulnerabilities with cxf
Change-Id: I2b96af009ae97da3888a4e71af03714c6c9feff2
Issue-ID: SO-1163
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <publicNexusPath>content/repositories/public/</publicNexusPath> <siteNexusPath>content/sites/site/org/onap/so/${project.version}/</siteNexusPath> - <cxf.version>3.2.5</cxf.version> + <cxf.version>3.2.6</cxf.version> <jax.ws.rs>2.1</jax.ws.rs> </properties> <distributionManagement> |