Update dependencies; prepare for release
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -47,7 +47,7 @@ ext {
|
||||
modifiedFiles =
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
|
||||
activeMqVersion = '5.15.14'
|
||||
activeMqVersion = '5.15.15'
|
||||
apacheSshdVersion = '2.4.0'
|
||||
avroVersion = '1.9.2'
|
||||
aspectjVersion = '1.9.6'
|
||||
@@ -64,7 +64,7 @@ ext {
|
||||
groovyVersion = '2.5.14'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '3.12.12'
|
||||
hibernateVersion = '5.4.30.Final'
|
||||
hibernateVersion = '5.4.32.Final'
|
||||
hsqldbVersion = '2.5.1'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.11.4'
|
||||
@@ -82,13 +82,13 @@ ext {
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '5.3.7.RELEASE'
|
||||
log4jVersion = '2.13.3'
|
||||
micrometerVersion = '1.5.12'
|
||||
micrometerVersion = '1.5.17'
|
||||
mockitoVersion = '3.3.3'
|
||||
mongoDriverVersion = '4.0.4'
|
||||
mysqlVersion = '8.0.20'
|
||||
pahoMqttClientVersion = '1.2.4'
|
||||
postgresVersion = '42.2.12'
|
||||
reactorVersion = 'Dysprosium-SR19'
|
||||
reactorVersion = 'Dysprosium-SR20'
|
||||
resilience4jVersion = '1.4.0'
|
||||
romeToolsVersion = '1.12.2'
|
||||
rsocketVersion = '1.0.3'
|
||||
@@ -96,9 +96,9 @@ ext {
|
||||
smackVersion = '4.3.4'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.18.RELEASE'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-SR9'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.9.RELEASE'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.11.RELEASE'
|
||||
springRetryVersion = '1.2.5.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.15.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.16.RELEASE'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = "9.0.41"
|
||||
xstreamVersion = '1.4.15'
|
||||
|
||||
Reference in New Issue
Block a user