Skip to content

Commit 5b37b26

Browse files
committed
Upgrade Spring Versions
1 parent c3d17f4 commit 5b37b26

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
@@ -97,9 +97,9 @@ subprojects { subproject ->
9797
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.1.2'
9898
rabbitmqHttpClientVersion = '2.0.1.RELEASE'
9999

100-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.13.RELEASE'
100+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.15.RELEASE'
101101

102-
springRetryVersion = '1.2.2.RELEASE'
102+
springRetryVersion = '1.2.4.RELEASE'
103103
}
104104

105105
eclipse {

0 commit comments

Comments
 (0)