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 7bf27de commit 9d1b267Copy full SHA for 9d1b267
build.gradle
@@ -104,7 +104,7 @@ subprojects { subproject ->
104
rabbitmqHttpClientVersion = '1.1.1.RELEASE'
105
slf4jVersion = "1.7.25"
106
107
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.15.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.18.RELEASE'
108
109
springRetryVersion = '1.2.2.RELEASE'
110
}
0 commit comments