Repository: commons-compress Updated Branches: refs/heads/master c1e73721b -> 1a31dec12
upgrade XZ for Java dependency Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/1a31dec1 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/1a31dec1 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/1a31dec1 Branch: refs/heads/master Commit: 1a31dec123af622793a62af9395a057e03994303 Parents: c1e7372 Author: Stefan Bodewig <[email protected]> Authored: Sun Nov 27 17:10:41 2016 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Sun Nov 27 17:10:41 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/1a31dec1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d68c5c..9d2ed44 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ jar, tar, zip, dump, 7z, arj. <dependency> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> - <version>1.5</version> + <version>1.6</version> <optional>true</optional> </dependency> <dependency>
