Update dependencies; prepare for release
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -64,7 +64,7 @@ ext {
|
||||
groovyVersion = '3.0.8'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '4.0.3'
|
||||
hibernateVersion = '5.4.31.Final'
|
||||
hibernateVersion = '5.4.32.Final'
|
||||
hsqldbVersion = '2.5.1'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.11.4'
|
||||
@@ -85,7 +85,7 @@ ext {
|
||||
lettuceVersion = '6.0.7.RELEASE'
|
||||
log4jVersion = '2.13.3'
|
||||
mailVersion = '1.6.7'
|
||||
micrometerVersion = '1.5.16'
|
||||
micrometerVersion = '1.5.17'
|
||||
mockitoVersion = '3.6.28'
|
||||
mongoDriverVersion = '4.1.2'
|
||||
mysqlVersion = '8.0.26'
|
||||
@@ -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.10'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.12'
|
||||
springKafkaVersion = '2.6.10'
|
||||
springRetryVersion = '1.3.1'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.7'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.8'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.8'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.9'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = '9.0.50'
|
||||
xstreamVersion = '1.4.17'
|
||||
|
||||
Reference in New Issue
Block a user