Upgrade dependencies; prepare for release
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -46,7 +46,7 @@ ext {
|
||||
modifiedFiles =
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
|
||||
activeMqVersion = '5.17.2'
|
||||
activeMqVersion = '5.17.3'
|
||||
apacheSshdVersion = '2.7.0'
|
||||
aspectjVersion = '1.9.9.1'
|
||||
assertjVersion = '3.23.1'
|
||||
@@ -63,7 +63,7 @@ ext {
|
||||
greenmailVersion = '1.6.9'
|
||||
groovyVersion = '3.0.13'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '4.2.5'
|
||||
hazelcastVersion = '4.2.6'
|
||||
hibernateVersion = '5.5.9.Final'
|
||||
hsqldbVersion = '2.6.1'
|
||||
h2Version = '1.4.200'
|
||||
@@ -80,7 +80,7 @@ ext {
|
||||
junitJupiterVersion = '5.7.2'
|
||||
jythonVersion = '2.7.2'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '6.1.9.RELEASE'
|
||||
lettuceVersion = '6.1.10.RELEASE'
|
||||
log4jVersion = '2.17.2'
|
||||
mailVersion = '1.6.7'
|
||||
micrometerVersion = '1.7.12'
|
||||
@@ -90,7 +90,7 @@ ext {
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.2.23'
|
||||
r2dbch2Version='0.8.5.RELEASE'
|
||||
reactorVersion = '2020.0.23'
|
||||
reactorVersion = '2020.0.26'
|
||||
resilience4jVersion = '1.7.1'
|
||||
romeToolsVersion = '1.16.0'
|
||||
rsocketVersion = '1.1.3'
|
||||
@@ -103,10 +103,10 @@ ext {
|
||||
springKafkaVersion = '2.7.14'
|
||||
springRetryVersion = '1.3.3'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.8'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.23'
|
||||
springWsVersion = '3.1.3'
|
||||
testcontainersVersion = '1.17.3'
|
||||
tomcatVersion = '9.0.64'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.24'
|
||||
springWsVersion = '3.1.4'
|
||||
testcontainersVersion = '1.17.6'
|
||||
tomcatVersion = '9.0.70'
|
||||
xmlUnitVersion = '2.8.2'
|
||||
xstreamVersion = '1.4.19'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user