Upgrade versions; prepare for release

This commit is contained in:
Gary Russell
2021-12-20 12:03:34 -05:00
parent aa3589c2d6
commit ec2ee80d2f

View File

@@ -54,7 +54,7 @@ ext {
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = 'Dysprosium-SR24'
springDataCommonsVersion = '2.2.13.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.18.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.19.RELEASE'
springRetryVersion = '1.2.5.RELEASE'
}