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 9993c05 commit 203f68bCopy full SHA for 203f68b
build.gradle
@@ -42,7 +42,7 @@ allprojects {
42
43
environmentProperty = project.hasProperty('environment') ? getProperty('environment') : 'hsql'
44
45
- springVersionDefault = '4.0.5.RELEASE'
+ springVersionDefault = '4.0.9.RELEASE'
46
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
47
springRetryVersion = '1.1.0.RELEASE'
48
springAmqpVersion = '1.3.3.RELEASE'
0 commit comments