Downgrade Lettuce version to 5.3.2

This commit is contained in:
Artem Bilan
2020-08-08 13:38:37 -04:00
parent a49a8848cb
commit f9fe988556

View File

@@ -45,9 +45,9 @@ ext {
modifiedFiles =
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
activeMqVersion = '5.15.13'
activeMqVersion = '5.16.0'
apacheSshdVersion = '2.5.0'
aspectjVersion = '1.9.5'
aspectjVersion = '1.9.6'
assertjVersion = '3.16.1'
assertkVersion = '0.22'
avroVersion = '1.9.2'
@@ -62,10 +62,10 @@ ext {
groovyVersion = '3.0.4'
hamcrestVersion = '2.2'
hazelcastVersion = '4.0.1'
hibernateVersion = '5.4.18.Final'
hsqldbVersion = '2.5.0'
hibernateVersion = '5.4.19.Final'
hsqldbVersion = '2.5.1'
h2Version = '1.4.200'
jacksonVersion = '2.11.0'
jacksonVersion = '2.11.2'
javaxActivationVersion = '1.2.0'
javaxAnnotationVersion= '1.3.2'
javaxMailVersion = '1.6.2'
@@ -80,12 +80,12 @@ ext {
junitJupiterVersion = '5.7.0-M1'
jythonVersion = '2.7.2'
kryoShadedVersion = '4.0.2'
lettuceVersion = '6.0.0.M1'
lettuceVersion = '5.3.2.RELEASE'
log4jVersion = '2.13.3'
micrometerVersion = '1.5.2'
micrometerVersion = '1.5.3'
mockitoVersion = '3.3.3'
mongoDriverVersion = '4.1.0'
mysqlVersion = '8.0.20'
mysqlVersion = '8.0.21'
pahoMqttClientVersion = '1.2.4'
postgresVersion = '42.2.14'
reactorVersion = '2020.0.0-SNAPSHOT'
@@ -103,7 +103,7 @@ ext {
springRetryVersion = '1.3.0'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-SNAPSHOT'
springWsVersion = '3.0.9.RELEASE'
tomcatVersion = "9.0.36"
tomcatVersion = "9.0.37"
xstreamVersion = '1.4.12'
r2dbch2Version='0.8.4.RELEASE'