diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-28 19:26:55 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-28 20:18:04 +0100 |
commit | ae805bd717047d124df9f8036bdd455886285462 (patch) | |
tree | 4714a36960d55ca395d2d91cc708100ec37da900 /pom.xml | |
parent | 2532fa74c21166971ba05437e14786d93615bc82 (diff) | |
download | jgit-ae805bd717047d124df9f8036bdd455886285462.tar.gz jgit-ae805bd717047d124df9f8036bdd455886285462.zip |
Update Apache commons compress to 1.18.0
to consume fix for vulnerability [1] in Apache commons compress which is
fixed in version 1.18.
[1] https://nvd.nist.gov/vuln/detail/CVE-2018-1324
CQ: 18320
Change-Id: I39b1d815e5b8e0208600afafe7a72bb603d04fb8
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ <junit-version>4.12</junit-version> <test-fork-count>1C</test-fork-count> <args4j-version>2.33</args4j-version> - <commons-compress-version>1.15</commons-compress-version> + <commons-compress-version>1.18</commons-compress-version> <osgi-core-version>4.3.1</osgi-core-version> <servlet-api-version>3.1.0</servlet-api-version> <jetty-version>9.4.11.v20180605</jetty-version> |