diff options
author | Jonathan Nieder <jrn@google.com> | 2014-01-14 15:43:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-01-14 18:16:58 +0100 |
commit | 36a85783f3104c2d824310b6482f62aeda2bbf51 (patch) | |
tree | cc50ce1d70c858cfbf1073fdb776e33c0b328954 /pom.xml | |
parent | 0a38e08c1c7c676116bffaaa8c32b38337597903 (diff) | |
download | jgit-36a85783f3104c2d824310b6482f62aeda2bbf51.tar.gz jgit-36a85783f3104c2d824310b6482f62aeda2bbf51.zip |
Update commons-compress to 1.6
Includes various fixes, including
o Writing TAR PAX headers failed if the generated entry name ended
with a "/".
Issue: COMPRESS-203.
which has been happening in the wild (java.io.IOException: request to
write '120' bytes exceeds size in header of '0' bytes for entry
'./PaxHeaders.X/hostsidetests/appsecurity/test-apps/AppAccessData/[...]/').
TODO: update orbit repository URL when new Orbit R-build is available,
see bug 425660
Change-Id: I92a87543a6ace9a06a70a29534399608cee6adb1
Signed-off-by: Jonathan Nieder <jrn@google.com>
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
@@ -181,7 +181,7 @@ <junit-version>4.11</junit-version> <!-- TODO: update Maven dependency for args4j to 2.0.21 as soon as available on Maven Central --> <args4j-version>2.0.12</args4j-version> - <commons-compress-version>1.4.1</commons-compress-version> + <commons-compress-version>1.6</commons-compress-version> <osgi-core-version>4.3.1</osgi-core-version> <servlet-api-version>2.5</servlet-api-version> <jetty-version>7.6.14.v20131031</jetty-version> |