Skip to content

Commit 6f3b022

Browse files
committed
Upgrade versions; prepare for release
1 parent dba83e9 commit 6f3b022

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
@@ -55,9 +55,9 @@ ext {
5555
mockitoVersion = '3.4.6'
5656
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
5757
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
58-
reactorVersion = '2020.0.0-M2'
59-
springDataCommonsVersion = '2.4.0-M2'
60-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-M2'
58+
reactorVersion = '2020.0.0-RC1'
59+
springDataCommonsVersion = '2.4.0-RC1'
60+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-RC1'
6161
springRetryVersion = '1.3.0'
6262
}
6363

0 commit comments

Comments
 (0)