You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/03/04 12:01:32 UTC

[maven-help-plugin] 02/02: [MPH-131] Upgrade Commons Lang to 3.7

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 0c9da2c1fffaa95e8cafd71485d6f8f8f97239bf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Mar 4 12:58:41 2018 +0100

    [MPH-131] Upgrade Commons Lang to 3.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4886b51..2f2176f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.4</version>
+      <version>3.7</version>
     </dependency>
 
     <!-- test -->

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.