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 94fff33 commit 946378eCopy full SHA for 946378e
build.gradle
@@ -59,7 +59,7 @@ ext {
59
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
60
reactorVersion = '2020.0.12'
61
springDataCommonsVersion = '2.4.14'
62
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.11'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.14'
63
springRetryVersion = '1.3.1'
64
}
65
0 commit comments