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 13:12:01 UTC

[maven-assembly-plugin] branch deps created (now 3f91c5d)

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

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


      at 3f91c5d  update several patch versions

This branch includes the following new commits:

     new 3f91c5d  update several patch versions

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 several patch versions

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

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

commit 3f91c5d63fdcd460e3e96ed3e11fe6fb01d576fa
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jun 18 09:11:47 2020 -0400

    update several patch versions
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b8ec790..2cefd8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,12 +134,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.25</version>
+      <version>1.26</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.1</version>
+      <version>4.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -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>
@@ -222,7 +222,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>