From 4116596a6c5810924a370141bd645f29d7894c28 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jan 2015 09:52:26 +0000 Subject: [PATCH] Upgrade to PowerMock 1.6.1 The Platform would like to move to JUnit 4.12 but cannot do so at the moment as Spring Security uses a version of PowerMock which is incompatible with JUnit 4.12. This commit updates Spring Security to use PowerMock 1.6.1 with is compatible with JUnit 4.12. --- gradle/javaprojects.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/javaprojects.gradle b/gradle/javaprojects.gradle index 3831e67aa5..943785c155 100644 --- a/gradle/javaprojects.gradle +++ b/gradle/javaprojects.gradle @@ -21,7 +21,7 @@ ext.hsqlVersion = '2.3.1' ext.slf4jVersion = '1.7.5' ext.logbackVersion = '0.9.29' ext.cglibVersion = '2.2' -ext.powerMockVersion = '1.5.1' +ext.powerMockVersion = '1.6.1' ext.servletApiVersion = '3.0.1' ext.seleniumVersion = '2.33.0' ext.groovyVersion = '2.0.5'