Skip to content

Commit 0ba19a0

Browse files
committed
Upgrade to SF-4.3.15 and Retry-1.2.2
1 parent f69f54e commit 0ba19a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ subprojects { subproject ->
103103
rabbitmqHttpClientVersion = '1.1.1.RELEASE'
104104
slf4jVersion = "1.7.25"
105105

106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.13.RELEASE'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.3.15.RELEASE'
107107

108-
springRetryVersion = '1.2.1.RELEASE'
108+
springRetryVersion = '1.2.2.RELEASE'
109109
}
110110

111111
eclipse {

0 commit comments

Comments
 (0)