summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2018-01-15 09:45:38 +0900
committerMatthias Sohn <matthias.sohn@sap.com>2018-01-19 23:43:43 +0100
commit13ba592fff31bd250027e572e9dd9f52190c2187 (patch)
tree5daee9da9509ca23f37f4156c86c7dedc92c5e1a /WORKSPACE
parentbd96feab2488566f2566bf7075f3a46fe2f2f92b (diff)
downloadjgit-13ba592fff31bd250027e572e9dd9f52190c2187.tar.gz
jgit-13ba592fff31bd250027e572e9dd9f52190c2187.zip
Upgrade commons-compress to 1.15
Also update xz to 1.6 as this is the version commons-compress 1.15 wants. Since xz 1.6 is an optional dependency for commons-compress we need to add a non-optional dependency to xz for org.eclipse.jgit.pgm.test since one of the tests explicitly requires xz. Related change adding commons-compress to Orbit: https://git.eclipse.org/r/#/c/115366/ CQ: 15356 CQ: 15360 Change-Id: I0d61c71bc541cc30464a0fff93775b079dd3ba88 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 205d467f73..ca775dbb69 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -71,14 +71,14 @@ maven_jar(
maven_jar(
name = "commons_compress",
- artifact = "org.apache.commons:commons-compress:1.6",
- sha1 = "c7d9b580aff9e9f1998361f16578e63e5c064699",
+ artifact = "org.apache.commons:commons-compress:1.15",
+ sha1 = "b686cd04abaef1ea7bc5e143c080563668eec17e",
)
maven_jar(
name = "tukaani_xz",
- artifact = "org.tukaani:xz:1.3",
- sha1 = "66db21c8484120cb6a51b5b3ea47b6f383942bec",
+ artifact = "org.tukaani:xz:1.6",
+ sha1 = "05b6f921f1810bdf90e25471968f741f87168b64",
)
maven_jar(