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/05/30 16:28:15 UTC

[maven-shade-plugin] branch master updated: update commons-lang (#49)

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


The following commit(s) were added to refs/heads/master by this push:
     new 4205d25  update commons-lang (#49)
4205d25 is described below

commit 4205d25e730abe937a42b700bbe7c0cb79e3290e
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sat May 30 12:28:06 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index d705702..7b843a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.7</version>
+      <version>3.8.1</version>
     </dependency>
 
     <dependency>