We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00983b2 commit 2dc35ccCopy full SHA for 2dc35cc
build.gradle
@@ -94,7 +94,7 @@ subprojects { subproject ->
94
mockitoVersion = '3.0.0'
95
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.2'
96
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
97
- reactorVersion = '3.3.0.BUILD-SNAPSHOT'
+ reactorVersion = '3.3.0.M3'
98
springDataCommonsVersion = '2.2.0.RC2'
99
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.RC1'
100
springRetryVersion = '1.2.4.RELEASE'
0 commit comments