LDAP-293: Update tests to use Spring 4.0.2.RELEASE
This commit is contained in:
@@ -10,7 +10,7 @@ configurations {
|
||||
configurations.spring4TestRuntime {
|
||||
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
|
||||
if (details.requested.group == 'org.springframework') {
|
||||
details.useVersion '4.0.0.RC1'
|
||||
details.useVersion '4.0.2.RELEASE'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user