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 15:56:30 UTC

[maven-shade-plugin] 01/01: update commons-lang

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

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

commit cc5b587799780a8b3c0c2254f3afc7f614c3b757
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat May 30 11:56:12 2020 -0400

    update commons-lang
---
 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>