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 70a566c commit 2440080Copy full SHA for 2440080
build.gradle
@@ -46,7 +46,7 @@ allprojects {
46
47
environmentProperty = project.hasProperty('environment') ? getProperty('environment') : 'hsql'
48
49
- springVersionDefault = '5.1.0.RELEASE'
+ springVersionDefault = '5.1.2.RELEASE'
50
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
51
springRetryVersion = '1.2.1.RELEASE'
52
springAmqpVersion = '2.0.0.RELEASE'
0 commit comments