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 ae3bb15 commit 4dcbb92Copy full SHA for 4dcbb92
build.gradle
@@ -137,7 +137,7 @@ subprojects { subproject ->
137
springDataRedisVersion = '2.1.3.RELEASE'
138
springGemfireVersion = '2.1.3.RELEASE'
139
springSecurityVersion = '5.1.3.RELEASE'
140
- springRetryVersion = '1.2.2.RELEASE'
+ springRetryVersion = '1.2.3.RELEASE'
141
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.4.RELEASE'
142
springWsVersion = '3.0.6.RELEASE'
143
tomcatVersion = "9.0.12"
0 commit comments