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 3cd6cd1 commit 8350fa2Copy full SHA for 8350fa2
build.gradle
@@ -86,7 +86,7 @@ subprojects { subproject ->
86
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
87
reactorVersion = '3.2.3.RELEASE'
88
89
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.3.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.4.RELEASE'
90
91
springRetryVersion = '1.2.2.RELEASE'
92
}
0 commit comments