Upgrade reactor to 3.3.0.M2

This commit is contained in:
Gary Russell
2019-06-13 16:35:02 -04:00
parent 925b8c601c
commit feea3680f5

View File

@@ -95,7 +95,7 @@ subprojects { subproject ->
mockitoVersion = '2.28.2'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.1'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = '3.3.0.M1'
reactorVersion = '3.3.0.M2'
springDataCommonsVersion = '2.2.0.M4'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.M2'