Skip to content

Commit 9d1b267

Browse files
committed
Upgrade Spring Framework to 4.3.18
1 parent 7bf27de commit 9d1b267

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
@@ -104,7 +104,7 @@ subprojects { subproject ->
104104
rabbitmqHttpClientVersion = '1.1.1.RELEASE'
105105
slf4jVersion = "1.7.25"
106106

107-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.15.RELEASE'
107+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.18.RELEASE'
108108

109109
springRetryVersion = '1.2.2.RELEASE'
110110
}

0 commit comments

Comments
 (0)