Upgrade Spring Framework to 5.2.19.RELEASE
Closes gh-10616
This commit is contained in:
parent
65b3584ac6
commit
0f177a9964
|
@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
|
|||
}
|
||||
|
||||
if (!project.hasProperty('springVersion')) {
|
||||
ext.springVersion = '5.2.18.RELEASE'
|
||||
ext.springVersion = '5.2.19.RELEASE'
|
||||
}
|
||||
|
||||
if (!project.hasProperty('springDataVersion')) {
|
||||
|
|
Loading…
Reference in New Issue