[MNG-6491] upgraded commons-lang3 to fix tests failure with JDK 10/11

This commit is contained in:
Hervé Boutemy 2018-10-14 18:06:36 +02:00
parent 0345cd1314
commit 13a0a5f51f
1 changed files with 1 additions and 1 deletions

View File

@ -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>