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 142fd7f commit 95b78d0Copy full SHA for 95b78d0
build.gradle
@@ -85,7 +85,7 @@ subprojects { subproject ->
85
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
86
reactorVersion = '3.2.6.RELEASE'
87
88
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.6.BUILD-SNAPSHOT'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.6.RELEASE'
89
90
springRetryVersion = '1.2.4.RELEASE'
91
}
0 commit comments