Skip to content

Commit 2a8bb4a

Browse files
committed
Upgrade versions; prepare for release
1 parent 6bc9f79 commit 2a8bb4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ ext {
5151
mockitoVersion = '3.0.0'
5252
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
5353
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
54-
reactorVersion = 'Dysprosium-SR10'
55-
springDataCommonsVersion = '2.2.9.RELEASE'
56-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.8.RELEASE'
54+
reactorVersion = 'Dysprosium-SR12'
55+
springDataCommonsVersion = '2.2.10.RELEASE'
56+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.9.RELEASE'
5757
springRetryVersion = '1.2.5.RELEASE'
5858
}
5959

0 commit comments

Comments
 (0)