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 bd6451d commit 0128de5Copy full SHA for 0128de5
build.gradle
@@ -97,7 +97,7 @@ subprojects { subproject ->
97
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
98
rabbitmqHttpClientVersion = '2.0.1.RELEASE'
99
100
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.7.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.8.RELEASE'
101
102
springRetryVersion = '1.2.2.RELEASE'
103
}
0 commit comments