We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b812b commit 762f839Copy full SHA for 762f839
build.gradle
@@ -76,7 +76,7 @@ ext {
76
junitJupiterVersion = '5.5.2'
77
jythonVersion = '2.7.0'
78
kryoShadedVersion = '4.0.2'
79
- lettuceVersion = '5.2.0.RELEASE'
+ lettuceVersion = '5.2.1.RELEASE'
80
log4jVersion = '2.12.1'
81
micrometerVersion = '1.3.1'
82
mockitoVersion = '3.1.0'
@@ -93,7 +93,7 @@ ext {
93
springDataVersion = 'Moore-BUILD-SNAPSHOT'
94
springSecurityVersion = '5.2.1.RELEASE'
95
springRetryVersion = '1.2.4.RELEASE'
96
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.2.BUILD-SNAPSHOT'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.2.RELEASE'
97
springWsVersion = '3.0.8.RELEASE'
98
tomcatVersion = "9.0.27"
99
xstreamVersion = '1.4.11.1'
0 commit comments