Would you mind creating a Jira for this and updating changes.xml? Gary
On Nov 27, 2016 8:11 AM, <bode...@apache.org> wrote: > 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 <bode...@apache.org> > Authored: Sun Nov 27 17:10:41 2016 +0100 > Committer: Stefan Bodewig <bode...@apache.org> > 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> > >