mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 01:32:14 +00:00
Upgrade to a version of Powermock that’s compatible with JUnit 4.12
This commit is contained in:
parent
a48cc18858
commit
92c23fbbdc
@ -28,7 +28,7 @@ ext.jettyVersion = '6.1.26'
|
|||||||
ext.jstlVersion = '1.2.1'
|
ext.jstlVersion = '1.2.1'
|
||||||
ext.junitVersion = '4.11'
|
ext.junitVersion = '4.11'
|
||||||
ext.logbackVersion = '1.1.2'
|
ext.logbackVersion = '1.1.2'
|
||||||
ext.powerMockVersion = '1.6.0'
|
ext.powerMockVersion = '1.6.2'
|
||||||
ext.seleniumVersion = '2.44.0'
|
ext.seleniumVersion = '2.44.0'
|
||||||
ext.servletApiVersion = '3.0.1'
|
ext.servletApiVersion = '3.0.1'
|
||||||
ext.slf4jVersion = '1.7.7'
|
ext.slf4jVersion = '1.7.7'
|
||||||
@ -149,7 +149,7 @@ dependencies {
|
|||||||
optional "commons-logging:commons-logging:$commonsLoggingVersion"
|
optional "commons-logging:commons-logging:$commonsLoggingVersion"
|
||||||
|
|
||||||
testCompile "junit:junit:$junitVersion",
|
testCompile "junit:junit:$junitVersion",
|
||||||
'org.mockito:mockito-core:1.9.5',
|
'org.mockito:mockito-core:1.10.19',
|
||||||
"org.springframework:spring-test:$springVersion",
|
"org.springframework:spring-test:$springVersion",
|
||||||
'org.easytesting:fest-assert:1.4'
|
'org.easytesting:fest-assert:1.4'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user