Update jUnit version to 4.12
Motivation: Too many new features in the new release of jUnit. https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md Modifications: - Changed version of jUnit from 4.11 to 4.12 in the parent pom. Result: Allows using new testing features.
This commit is contained in:
parent
4f13dee454
commit
9ec4c39186
2
pom.xml
2
pom.xml
@ -687,7 +687,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.11</version>
|
<version>4.12</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user