Upgrade dependencies; prepare for release
This commit is contained in:
22
build.gradle
22
build.gradle
@@ -52,7 +52,7 @@ ext {
|
||||
avroVersion = '1.9.2'
|
||||
aspectjVersion = '1.9.6'
|
||||
assertjVersion = '3.16.1'
|
||||
assertkVersion = '0.23'
|
||||
assertkVersion = '0.23.1'
|
||||
awaitilityVersion = '4.0.3'
|
||||
commonsDbcp2Version = '2.7.0'
|
||||
commonsIoVersion = '2.6'
|
||||
@@ -61,10 +61,10 @@ ext {
|
||||
derbyVersion = '10.14.2.0'
|
||||
ftpServerVersion = '1.1.1'
|
||||
googleJsr305Version = '3.0.2'
|
||||
groovyVersion = '2.5.13'
|
||||
groovyVersion = '2.5.14'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '3.12.11'
|
||||
hibernateVersion = '5.4.25.Final'
|
||||
hazelcastVersion = '3.12.12'
|
||||
hibernateVersion = '5.4.30.Final'
|
||||
hsqldbVersion = '2.5.1'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.11.4'
|
||||
@@ -80,25 +80,25 @@ ext {
|
||||
junitJupiterVersion = '5.6.3'
|
||||
jythonVersion = '2.7.2'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '5.3.6.RELEASE'
|
||||
lettuceVersion = '5.3.7.RELEASE'
|
||||
log4jVersion = '2.13.3'
|
||||
micrometerVersion = '1.5.11'
|
||||
micrometerVersion = '1.5.12'
|
||||
mockitoVersion = '3.3.3'
|
||||
mongoDriverVersion = '4.0.4'
|
||||
mysqlVersion = '8.0.20'
|
||||
pahoMqttClientVersion = '1.2.4'
|
||||
postgresVersion = '42.2.12'
|
||||
reactorVersion = 'Dysprosium-SR16'
|
||||
reactorVersion = 'Dysprosium-SR19'
|
||||
resilience4jVersion = '1.4.0'
|
||||
romeToolsVersion = '1.12.2'
|
||||
rsocketVersion = '1.0.3'
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.4'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.15.RELEASE'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-SR7'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.8.RELEASE'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.16.RELEASE'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-SR9'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.9.RELEASE'
|
||||
springRetryVersion = '1.2.5.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.13.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.14.RELEASE'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = "9.0.41"
|
||||
xstreamVersion = '1.4.15'
|
||||
|
||||
Reference in New Issue
Block a user