Skip to content

Commit 4f0f1d0

Browse files
committed
Upgrade versions to stable from snapshots
1 parent 0c3ff71 commit 4f0f1d0

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
@@ -91,9 +91,9 @@ subprojects { subproject ->
9191
mockitoVersion = '3.0.0'
9292
scalaVersion = '2.12'
9393
springRetryVersion = '1.2.4.RELEASE'
94-
springVersion = '5.2.0.BUILD-SNAPSHOT'
95-
springDataCommonsVersion = '2.2.0.BUILD-SNAPSHOT'
96-
reactorVersion = '3.3.0.BUILD-SNAPSHOT'
94+
springVersion = '5.2.0.RC1'
95+
springDataCommonsVersion = '2.2.0.RC2'
96+
reactorVersion = '3.3.0.M3'
9797
reactorKafkaVersion = '1.1.1.RELEASE'
9898

9999
idPrefix = 'kafka'

0 commit comments

Comments
 (0)