Upgrade dependencies; prepare for release
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -44,7 +44,7 @@ ext {
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
|
||||
activeMqVersion = '5.15.11'
|
||||
apacheSshdVersion = '2.3.0'
|
||||
apacheSshdVersion = '2.4.0'
|
||||
avroVersion = '1.9.1'
|
||||
aspectjVersion = '1.9.5'
|
||||
assertjVersion = '3.15.0'
|
||||
@@ -60,7 +60,7 @@ ext {
|
||||
groovyVersion = '2.5.9'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '3.12.6'
|
||||
hibernateVersion = '5.4.10.Final'
|
||||
hibernateVersion = '5.4.11.Final'
|
||||
hsqldbVersion = '2.5.0'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.10.2'
|
||||
@@ -78,25 +78,25 @@ ext {
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '5.2.1.RELEASE'
|
||||
log4jVersion = '2.13.0'
|
||||
micrometerVersion = '1.3.3'
|
||||
micrometerVersion = '1.3.5'
|
||||
mockitoVersion = '3.2.4'
|
||||
mongoDriverVersion = '4.0.0-beta1'
|
||||
mysqlVersion = '8.0.19'
|
||||
pahoMqttClientVersion = '1.2.0'
|
||||
postgresVersion = '42.2.9'
|
||||
postgresVersion = '42.2.10'
|
||||
reactorVersion = 'Dysprosium-SR4'
|
||||
resilience4jVersion = '1.2.0'
|
||||
resilience4jVersion = '1.3.1'
|
||||
romeToolsVersion = '1.12.2'
|
||||
rsocketVersion = '1.0.0-RC6'
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.4'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.4.BUILD-SNAPSHOT'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-BUILD-SNAPSHOT'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.4.RELEASE'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-M3'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.0.RC1'
|
||||
springRetryVersion = '1.2.5.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.3.RELEASE'
|
||||
springWsVersion = '3.0.8.RELEASE'
|
||||
tomcatVersion = "9.0.30"
|
||||
tomcatVersion = "9.0.31"
|
||||
xstreamVersion = '1.4.11.1'
|
||||
|
||||
javaProjects = subprojects - project(':spring-integration-bom')
|
||||
|
||||
Reference in New Issue
Block a user