Didn't XZ change their Java reqs? Gary
On Thu, Jan 4, 2018 at 9:55 AM, <bode...@apache.org> wrote: > Repository: commons-compress > Updated Branches: > refs/heads/master ff5fb8a7a -> c3be6fb3d > > > Update 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/c3be6fb3 > Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/ > tree/c3be6fb3 > Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/ > diff/c3be6fb3 > > Branch: refs/heads/master > Commit: c3be6fb3dda1b433aaf61f5053c5d85370b28e35 > Parents: ff5fb8a > Author: Stefan Bodewig <bode...@apache.org> > Authored: Thu Jan 4 17:54:59 2018 +0100 > Committer: Stefan Bodewig <bode...@apache.org> > Committed: Thu Jan 4 17:54:59 2018 +0100 > > ---------------------------------------------------------------------- > pom.xml | 2 +- > src/changes/changes.xml | 4 ++++ > 2 files changed, 5 insertions(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/commons-compress/ > blob/c3be6fb3/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 09e4af1..1d54ef0 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -88,7 +88,7 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. > <dependency> > <groupId>org.tukaani</groupId> > <artifactId>xz</artifactId> > - <version>1.6</version> > + <version>1.8</version> > <optional>true</optional> > </dependency> > <dependency> > > http://git-wip-us.apache.org/repos/asf/commons-compress/ > blob/c3be6fb3/src/changes/changes.xml > ---------------------------------------------------------------------- > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > index 8d3bf93..8fda4bf 100644 > --- a/src/changes/changes.xml > +++ b/src/changes/changes.xml > @@ -72,6 +72,10 @@ The <action> type attribute can be > add,update,fix,remove. > throw the expected IOException rather than obscure > RuntimeExceptions. > </action> > + <action type="update" date="2018-01-04"> > + Updated XZ for Java dependency to 1.8 in order to pick up bug > + fix to LZMA2InputStream's available method. > + </action> > </release> > <release version="1.15" date="2017-10-17" > description="Release 1.15 > >