Skip to content

Commit 203f68b

Browse files
committed
upgrade spring-core version to 4.0.9.RELEASE
1 parent 9993c05 commit 203f68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ allprojects {
4242

4343
environmentProperty = project.hasProperty('environment') ? getProperty('environment') : 'hsql'
4444

45-
springVersionDefault = '4.0.5.RELEASE'
45+
springVersionDefault = '4.0.9.RELEASE'
4646
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
4747
springRetryVersion = '1.1.0.RELEASE'
4848
springAmqpVersion = '1.3.3.RELEASE'

0 commit comments

Comments
 (0)