mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Update to Spring Framework 5.0.6.BUILD-SNAPSHOT
Issue: gh-5290 # Conflicts: # gradle/dependency-management.gradle
This commit is contained in:
parent
618e0ab98d
commit
bc0c3a5b69
@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty('springVersion')) {
|
if (!project.hasProperty('springVersion')) {
|
||||||
ext.springVersion = '5.0.4.RELEASE'
|
ext.springVersion = '5.0.6.BUILD-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty('springDataVersion')) {
|
if (!project.hasProperty('springDataVersion')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user