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 1283edf commit 6de23f2Copy full SHA for 6de23f2
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.19.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.20.RELEASE'
108
109
springRetryVersion = '1.2.2.RELEASE'
110
}
0 commit comments