mirror of https://github.com/apache/maven.git
[MNG-8199] Hamcrest 3.0 (#1631)
Use latest Hamcrest that is Java 8. --- https://issues.apache.org/jira/browse/MNG-8199
This commit is contained in:
parent
69f1028070
commit
93c9a775be
2
pom.xml
2
pom.xml
|
@ -130,7 +130,7 @@ under the License.
|
|||
<commonsCliVersion>1.8.0</commonsCliVersion>
|
||||
<commonsIoVersion>2.16.1</commonsIoVersion>
|
||||
<junitVersion>4.13.2</junitVersion>
|
||||
<hamcrestVersion>2.2</hamcrestVersion>
|
||||
<hamcrestVersion>3.0</hamcrestVersion>
|
||||
<mockitoVersion>4.11.0</mockitoVersion>
|
||||
<!-- plexus 2.1.1 is broken -->
|
||||
<plexusVersion>2.1.0</plexusVersion>
|
||||
|
|
Loading…
Reference in New Issue