mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-18 12:25:08 +00:00
Update to Spring 5.2.0.RC2
Fixes gh-7371
This commit is contained in:
parent
6aebf6c27e
commit
b5cbab01df
@ -3,7 +3,7 @@ if (!project.hasProperty('reactorVersion')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty('springVersion')) {
|
if (!project.hasProperty('springVersion')) {
|
||||||
ext.springVersion = '5.2.0.BUILD-SNAPSHOT'
|
ext.springVersion = '5.2.0.RC2'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!project.hasProperty('springDataVersion')) {
|
if (!project.hasProperty('springDataVersion')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user