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/02 15:22:28 UTC

[maven-dependency-plugin] branch artifact created (now ef2e3a8)

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

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


      at ef2e3a8  update commons-lang

This branch includes the following new commits:

     new ef2e3a8  update commons-lang

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-dependency-plugin] 01/01: update commons-lang

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

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

commit ef2e3a860cdbc751f7fabaa2ea94184cb795f6e0
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Jun 2 11:22:10 2020 -0400

    update commons-lang
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3a43c0..cea122f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,7 +254,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.6</version>
+      <version>3.8.1</version>
     </dependency>
 
     <dependency>