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 e9d553a commit a0dc601Copy full SHA for a0dc601
build.gradle
@@ -86,7 +86,7 @@ subprojects { subproject ->
86
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
87
reactorVersion = '3.1.6.RELEASE'
88
89
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC2'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC3'
90
91
springRetryVersion = '1.2.2.RELEASE'
92
}
0 commit comments