This breaks some tests in tarfile component I guess Il lun 30 mar 2020, 21:42 <pascalschumac...@apache.org> ha scritto:
> This is an automated email from the ASF dual-hosted git repository. > > pascalschumacher pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/camel.git > > > The following commit(s) were added to refs/heads/master by this push: > new 1decde2 Update Commons Compress to version 1.20. > 1decde2 is described below > > commit 1decde25348bbc8c012edd1cb6eb20898457c7bb > Author: Pascal Schumacher <pascalschumac...@gmx.net> > AuthorDate: Mon Mar 30 21:39:49 2020 +0200 > > Update Commons Compress to version 1.20. > --- > parent/pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/parent/pom.xml b/parent/pom.xml > index df266c6..9ec5101 100644 > --- a/parent/pom.xml > +++ b/parent/pom.xml > @@ -108,7 +108,7 @@ > <commons-codec-version>1.14</commons-codec-version> > <commons-collections-version>3.2.2</commons-collections-version> > <commons-collections4-version>4.4</commons-collections4-version> > - <commons-compress-version>1.19</commons-compress-version> > + <commons-compress-version>1.20</commons-compress-version> > <commons-configuration-version>1.9</commons-configuration-version> > > <commons-configuration2-version>2.7</commons-configuration2-version> > <commons-csv-version>1.6</commons-csv-version> > >