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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 13a0a5f  [MNG-6491] upgraded commons-lang3 to fix tests failure with 
JDK 10/11
13a0a5f is described below

commit 13a0a5f51fea17892c8202e58d28726d92f7be3f
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Oct 14 18:06:36 2018 +0200

    [MNG-6491] upgraded commons-lang3 to fix tests failure with JDK 10/11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 069cfbb..88856e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@ under the License.
     <maven.compiler.target>1.7</maven.compiler.target>
     <classWorldsVersion>2.5.2</classWorldsVersion>
     <commonsCliVersion>1.4</commonsCliVersion>
-    <commonsLangVersion>3.5</commonsLangVersion>
+    <commonsLangVersion>3.8.1</commonsLangVersion>
     <junitVersion>4.12</junitVersion>
     <mockitoVersion>2.21.0</mockitoVersion>
     <plexusVersion>1.7.1</plexusVersion>

Reply via email to