Update to Spring 5.1.6.BUILD-SNAPSHOT
This commit is contained in:
parent
a9a86cd826
commit
9b09201679
|
@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
|
|||
}
|
||||
|
||||
if (!project.hasProperty('springVersion')) {
|
||||
ext.springVersion = '5.1.4.RELEASE'
|
||||
ext.springVersion = '5.1.6.BUILD-SNAPSHOT'
|
||||
}
|
||||
|
||||
if (!project.hasProperty('springDataVersion')) {
|
||||
|
|
Loading…
Reference in New Issue