diff options
author | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2018-08-07 08:37:49 -0400 |
---|---|---|
committer | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2018-08-07 08:37:49 -0400 |
commit | ffa1f2ea61f4c4a19c137261abdd0884f7983441 (patch) | |
tree | b189d4611f310accbce4d875e12cb0d0f78d79b1 /common | |
parent | 28fabe1ee69fa7b81ad1a6a02c3b28ba2118d51b (diff) |
Upgrade CXF
Upgrade to latest version of CXF for Security Report
Issue-ID: SO-807
Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100
Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 8a5f5a2e37..4729510640 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -102,7 +102,7 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>${cxf.version}</version> + <version>3.1.12</version> <scope>test</scope> </dependency> <dependency> |