aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-14 11:46:08 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-14 11:46:14 -0400
commit207e1eeade98b1ee12d8f0c0ed366fc24916d4d4 (patch)
treed1569c9d7e6fcd6f1213d687c110c265af892eac /POLICY-SDK-APP
parent55e795c171cabb7800effcbbb75bed0224b92691 (diff)
Upgrade commons-compress v1.18
Fixes 2 security issues and brings the common property value to the root pom.xml for easier management. Issue-ID: POLICY-1063 Change-Id: I56e3318bdfae2d205c61a5ad7af70a79bd70dada Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'POLICY-SDK-APP')
-rw-r--r--POLICY-SDK-APP/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml
index 925211472..182ed4168 100644
--- a/POLICY-SDK-APP/pom.xml
+++ b/POLICY-SDK-APP/pom.xml
@@ -237,7 +237,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.8</version>
+ <version>${commons.compress.version}</version>
</dependency>
<dependency>
<groupId>args4j</groupId>