Upgrade dependencies; prepare for release

This commit is contained in:
Artem Bilan
2022-07-19 13:18:37 -04:00
parent 8543798b10
commit 2fb87c8db1

View File

@@ -64,7 +64,7 @@ ext {
groovyVersion = '3.0.11'
hamcrestVersion = '2.2'
hazelcastVersion = '4.2.5'
hibernateVersion = '5.5.9.Final'
hibernateVersion = '5.5.10.Final'
hsqldbVersion = '2.6.1'
h2Version = '1.4.200'
jacksonVersion = '2.12.7'
@@ -80,7 +80,7 @@ ext {
junitJupiterVersion = '5.7.2'
jythonVersion = '2.7.2'
kryoShadedVersion = '4.0.2'
lettuceVersion = '6.1.8.RELEASE'
lettuceVersion = '6.1.9.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.20'
reactorVersion = '2020.0.21'
resilience4jVersion = '1.7.1'
romeToolsVersion = '1.16.0'
rsocketVersion = '1.1.2'
@@ -103,9 +103,9 @@ 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.21'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.22'
springWsVersion = '3.1.3'
testcontainersVersion = '1.17.2'
testcontainersVersion = '1.17.3'
tomcatVersion = '9.0.64'
xmlUnitVersion = '2.8.2'
xstreamVersion = '1.4.19'