You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/18 14:28:21 UTC

[maven-assembly-plugin] branch compress created (now 2bd4ddf)

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

elharo pushed a change to branch compress
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git.


      at 2bd4ddf  update apache commons libraries

This branch includes the following new commits:

     new 2bd4ddf  update apache commons libraries

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-assembly-plugin] 01/01: update apache commons libraries

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch compress
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit 2bd4ddf09c26b27b35fb7ee0576b3f2f2ace162e
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jun 18 10:28:05 2020 -0400

    update apache commons libraries
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 53c1f89..d064154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@ under the License.
     <dependency>
     <groupId>commons-io</groupId>
     <artifactId>commons-io</artifactId>
-    <version>2.5</version>
+    <version>2.6</version>
   </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -179,7 +179,7 @@ under the License.
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.6</version>
+      <version>1.14</version>
     </dependency>
 
     <dependency>