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 17:53:31 UTC

[maven-assembly-plugin] branch master updated: update apache commons libraries (#27)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 93e8cf8  update apache commons libraries (#27)
93e8cf8 is described below

commit 93e8cf8108eeb856fb1c787a8cbe8b89803a6bd0
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Thu Jun 18 13:53:12 2020 -0400

    update apache commons libraries (#27)
---
 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>