mirror of https://github.com/apache/maven.git
[MNG-6491] upgraded commons-lang3 to fix tests failure with JDK 10/11
This commit is contained in:
parent
0345cd1314
commit
13a0a5f51f
2
pom.xml
2
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>
|
||||
|
|
Loading…
Reference in New Issue