Skip to content

Commit 2440080

Browse files
committed
BATCH-2515: Update Spring dependency to resolve merge conflict
1 parent 70a566c commit 2440080

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
@@ -46,7 +46,7 @@ allprojects {
4646

4747
environmentProperty = project.hasProperty('environment') ? getProperty('environment') : 'hsql'
4848

49-
springVersionDefault = '5.1.0.RELEASE'
49+
springVersionDefault = '5.1.2.RELEASE'
5050
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
5151
springRetryVersion = '1.2.1.RELEASE'
5252
springAmqpVersion = '2.0.0.RELEASE'

0 commit comments

Comments
 (0)