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 f649d11 commit ee61179Copy full SHA for ee61179
build.gradle
@@ -98,7 +98,7 @@ subprojects { subproject ->
98
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
99
rabbitmqHttpClientVersion = '1.3.1.RELEASE'
100
101
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.3.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.4.RELEASE'
102
103
springRetryVersion = '1.2.1.RELEASE'
104
}
0 commit comments