Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Nieder2014-01-14 14:43:20 +0000
committerMatthias Sohn2014-01-14 17:16:58 +0000
commit36a85783f3104c2d824310b6482f62aeda2bbf51 (patch)
treecc50ce1d70c858cfbf1073fdb776e33c0b328954 /pom.xml
parent0a38e08c1c7c676116bffaaa8c32b38337597903 (diff)
downloadjgit-36a85783f3104c2d824310b6482f62aeda2bbf51.tar.gz
jgit-36a85783f3104c2d824310b6482f62aeda2bbf51.tar.xz
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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 950b93ef4f..3545a96f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Back to the top