Upgrade dependencies; prepare for release
This commit is contained in:
18
build.gradle
18
build.gradle
@@ -63,7 +63,7 @@ ext {
|
||||
hibernateVersion = '5.4.14.Final'
|
||||
hsqldbVersion = '2.5.0'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.10.3'
|
||||
jacksonVersion = '2.10.4'
|
||||
javaxActivationVersion = '1.2.0'
|
||||
javaxMailVersion = '1.6.2'
|
||||
jmsApiVersion = '2.0.1'
|
||||
@@ -77,23 +77,23 @@ ext {
|
||||
jythonVersion = '2.7.0'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '5.2.2.RELEASE'
|
||||
log4jVersion = '2.13.2'
|
||||
micrometerVersion = '1.3.8'
|
||||
log4jVersion = '2.13.3'
|
||||
micrometerVersion = '1.3.9'
|
||||
mockitoVersion = '3.2.4'
|
||||
mysqlVersion = '8.0.20'
|
||||
pahoMqttClientVersion = '1.2.2'
|
||||
postgresVersion = '42.2.12'
|
||||
reactorVersion = 'Dysprosium-SR7'
|
||||
reactorVersion = 'Dysprosium-SR8'
|
||||
resilience4jVersion = '1.1.0'
|
||||
romeToolsVersion = '1.12.2'
|
||||
rsocketVersion = '1.0.0-RC7'
|
||||
rsocketVersion = '1.0.1'
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.4'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.6.RELEASE'
|
||||
springDataVersion = 'Moore-SR7'
|
||||
springSecurityVersion = '5.2.3.RELEASE'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.7.RELEASE'
|
||||
springDataVersion = 'Moore-SR8'
|
||||
springSecurityVersion = '5.2.5.RELEASE'
|
||||
springRetryVersion = '1.2.5.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.6.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.7.RELEASE'
|
||||
springWsVersion = '3.0.9.RELEASE'
|
||||
tomcatVersion = "9.0.34"
|
||||
xstreamVersion = '1.4.12'
|
||||
|
||||
Reference in New Issue
Block a user