Upgrade Spring Version

This commit is contained in:
Gary Russell
2020-09-16 09:15:31 -04:00
parent 9a849514d5
commit e56c883e0d

View File

@@ -64,7 +64,7 @@ ext {
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
reactorVersion = '3.2.19.RELEASE'
springRetryVersion = '1.2.5.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.17.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.18.RELEASE'
expandPlaceholders = '**/quick-tour.xml'