From abcb2b36611e0d49ee799d436ae43717c991d747 Mon Sep 17 00:00:00 2001 From: Idel Pivnitskiy Date: Mon, 16 Mar 2015 17:26:07 +0300 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c9fffb5f5..b236acbf71 100644 --- a/pom.xml +++ b/pom.xml @@ -649,7 +649,7 @@ junit junit - 4.11 + 4.12 test