diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-14 11:46:08 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-14 11:46:14 -0400 |
commit | 207e1eeade98b1ee12d8f0c0ed366fc24916d4d4 (patch) | |
tree | d1569c9d7e6fcd6f1213d687c110c265af892eac /pom.xml | |
parent | 55e795c171cabb7800effcbbb75bed0224b92691 (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 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ <httpclient.version>4.5.5</httpclient.version> <jackson.version>2.9.4</jackson.version> <commons.fileupload.version>1.3.3</commons.fileupload.version> + <commons.compress.version>1.18</commons.compress.version> </properties> <modules> <module>PolicyEngineUtils</module> |