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 bb08ce2 commit dd4fa7aCopy full SHA for dd4fa7a
build.gradle
@@ -60,7 +60,7 @@ ext {
60
rabbitmqStreamVersion = '0.4.0'
61
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.13.1'
62
rabbitmqHttpClientVersion = '3.12.1'
63
- reactorVersion = '2020.0.27'
+ reactorVersion = '2020.0.28'
64
snappyVersion = '1.1.8.4'
65
springDataCommonsVersion = '2.6.10'
66
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.25'
0 commit comments