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:
Idel Pivnitskiy 2015-03-16 17:26:07 +03:00 committed by Norman Maurer
parent 1d061bbb27
commit 9ccc1f3155
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>