You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/27 19:37:46 UTC

[commons-vfs] 01/04: [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit e0d2391f901c4568278ce163df8c66c9aeec9398
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 27 15:35:46 2019 -0400

    [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 097af43..7037123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.18</version>
+        <version>1.19</version>
       </dependency>
       <dependency>
         <groupId>org.apache.jackrabbit</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 91d6614..d05622d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-724" dev="ggregory" type="fix" due-to="William R, Gary Gregory">
         FileContent#getByteArray() throws IllegalArgumentException: Buffer size &lt;= 0 when file size is 0.
       </action>
+      <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Compress from 1.18 to 1.19
+      </action>
       <action                 dev="ggregory" type="fix" due-to="Gary Gregory">
         Javadoc fixes.
       </action>