This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MNG-6492 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 17440b85899e0af509135a9eb9d6f5fead710f2d 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>