Upgrade dependencies; prepare for release
This commit is contained in:
@@ -82,7 +82,7 @@ ext {
|
||||
junitJupiterVersion = '5.7.2'
|
||||
jythonVersion = '2.7.2'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '6.0.7.RELEASE'
|
||||
lettuceVersion = '6.0.8.RELEASE'
|
||||
log4jVersion = '2.13.3'
|
||||
mailVersion = '1.6.7'
|
||||
micrometerVersion = '1.5.17'
|
||||
@@ -101,11 +101,11 @@ ext {
|
||||
smackVersion = '4.3.5'
|
||||
soapVersion = '1.4.0'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.10'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.12'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.13'
|
||||
springKafkaVersion = '2.6.10'
|
||||
springRetryVersion = '1.3.1'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.8'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.9'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.10'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = '9.0.50'
|
||||
xstreamVersion = '1.4.17'
|
||||
|
||||
Reference in New Issue
Block a user