Upgrade Spring Framework to 5.2.18.RELEASE
Close gh-10375
This commit is contained in:
parent
e74ae71382
commit
b1588c3d73
|
@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
|
|||
}
|
||||
|
||||
if (!project.hasProperty('springVersion')) {
|
||||
ext.springVersion = '5.2.16.RELEASE'
|
||||
ext.springVersion = '5.2.18.RELEASE'
|
||||
}
|
||||
|
||||
if (!project.hasProperty('springDataVersion')) {
|
||||
|
|
Loading…
Reference in New Issue