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 d4b7578 commit ef72f80Copy full SHA for ef72f80
build.gradle
@@ -103,7 +103,7 @@ subprojects { subproject ->
103
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '4.0.3'
104
rabbitmqHttpClientVersion = '1.1.1.RELEASE'
105
106
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.25.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.30.RELEASE'
107
108
springRetryVersion = '1.2.4.RELEASE'
109
}
0 commit comments