Skip to content

Commit 0f27a9f

Browse files
committed
Upgrade to Reactor 3.2 M4, R-Netty- 0.8 M2
Revert AMQP upgrade https://build.spring.io/browse/INT-MASTER-1158/
1 parent f403dd5 commit 0f27a9f

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
@@ -126,12 +126,12 @@ subprojects { subproject ->
126126
mysqlVersion = '8.0.11'
127127
pahoMqttClientVersion = '1.2.0'
128128
postgresVersion = '42.0.0'
129-
reactorNettyVersion = '0.8.0.BUILD-SNAPSHOT'
130-
reactorVersion = '3.2.0.BUILD-SNAPSHOT'
129+
reactorNettyVersion = '0.8.0.M2'
130+
reactorVersion = '3.2.0.M4'
131131
romeToolsVersion = '1.9.0'
132132
servletApiVersion = '4.0.0'
133133
smackVersion = '4.2.3'
134-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.0.RC2'
134+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.0.BUILD-SNAPSHOT'
135135
springDataJpaVersion = '2.1.0.RC2'
136136
springDataMongoVersion = '2.1.0.RC2'
137137
springDataRedisVersion = '2.1.0.RC2'

0 commit comments

Comments
 (0)