Upgrade dependencies; prepare for release
This commit is contained in:
20
build.gradle
20
build.gradle
@@ -83,27 +83,27 @@ ext {
|
||||
lettuceVersion = '6.0.0.RELEASE'
|
||||
log4jVersion = '2.13.3'
|
||||
mailVersion = '1.6.5'
|
||||
micrometerVersion = '1.5.5'
|
||||
mockitoVersion = '3.5.13'
|
||||
mongoDriverVersion = '4.1.0'
|
||||
mysqlVersion = '8.0.21'
|
||||
micrometerVersion = '1.5.6'
|
||||
mockitoVersion = '3.6.0'
|
||||
mongoDriverVersion = '4.1.1'
|
||||
mysqlVersion = '8.0.22'
|
||||
pahoMqttClientVersion = '1.2.4'
|
||||
postgresVersion = '42.2.17'
|
||||
postgresVersion = '42.2.18'
|
||||
r2dbch2Version='0.8.4.RELEASE'
|
||||
reactorVersion = '2020.0.0-RC2'
|
||||
reactorVersion = '2020.0.0'
|
||||
resilience4jVersion = '1.6.1'
|
||||
romeToolsVersion = '1.15.0'
|
||||
rsocketVersion = '1.1.0-RC1'
|
||||
rsocketVersion = '1.1.0'
|
||||
saajVersion = '1.5.2'
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.5'
|
||||
soapVersion = '1.4.0'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.0-RC1'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.0-RC2'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.0'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.0'
|
||||
springKafkaVersion = '2.6.2'
|
||||
springRetryVersion = '1.3.0'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.1'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-RC2'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = "9.0.39"
|
||||
xstreamVersion = '1.4.13'
|
||||
|
||||
Reference in New Issue
Block a user