Skip to content

Commit 144042b

Browse files
committed
Back to Spring Snapshots
1 parent 48b9327 commit 144042b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ subprojects { subproject ->
8989
kafkaVersion = '2.3.0'
9090
log4jVersion = '2.12.0'
9191
mockitoVersion = '3.0.0'
92+
reactorVersion = '3.3.0.BUILD-SNAPSHOT'
93+
reactorKafkaVersion = '1.1.1.RELEASE'
9294
scalaVersion = '2.12'
9395
springRetryVersion = '1.2.4.RELEASE'
94-
springVersion = '5.2.0.RC1'
95-
springDataCommonsVersion = '2.2.0.RC2'
96-
reactorVersion = '3.3.0.M3'
97-
reactorKafkaVersion = '1.1.1.RELEASE'
96+
springVersion = '5.2.0.BUILD-SNAPSHOT'
97+
springDataCommonsVersion = '2.2.0.BUILD-SNAPSHOT'
9898

9999
idPrefix = 'kafka'
100100

0 commit comments

Comments
 (0)