Upgrade to JUnit 4.12

Issue: SPR-12511
This commit is contained in:
Juergen Hoeller 2014-12-05 13:26:43 +01:00
parent d1f8968595
commit 016b3b758a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ configure(allprojects) { project ->
ext.jasperReportsVersion = "6.0.0"
ext.jettyVersion = "9.2.5.v20141112"
ext.jodaVersion = "2.6"
ext.junitVersion = "4.11"
ext.junitVersion = "4.12"
ext.nettyVersion = "4.0.24.Final"
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
ext.protobufVersion = "2.6.1"