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 9a84951 commit e56c883Copy full SHA for e56c883
build.gradle
@@ -64,7 +64,7 @@ ext {
64
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
65
reactorVersion = '3.2.19.RELEASE'
66
springRetryVersion = '1.2.5.RELEASE'
67
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.17.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.18.RELEASE'
68
69
70
expandPlaceholders = '**/quick-tour.xml'
0 commit comments