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 2021/01/15 11:41:30 UTC

[maven-artifact-plugin] branch deps created (now 4b9ee74)

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-artifact-plugin.git.


      at 4b9ee74  update commons codec and maven shared utils

This branch includes the following new commits:

     new 4b9ee74  update commons codec and maven shared utils

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-artifact-plugin] 01/01: update commons codec and maven shared utils

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-artifact-plugin.git

commit 4b9ee74c98d0ca99e41aefe098369a188911d8c4
Author: Elliotte Rusty Harold <el...@google.com>
AuthorDate: Fri Jan 15 06:41:09 2021 -0500

    update commons codec and maven shared utils
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39bdc68..733e8ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,12 +107,12 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.1</version>
+      <version>3.3.3</version>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.13</version>
+      <version>1.15</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>