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 a82f3a5 commit a922a94Copy full SHA for a922a94
build.gradle
@@ -58,7 +58,7 @@ ext {
58
micrometerVersion = '1.8.13'
59
mockitoVersion = '3.11.2'
60
rabbitmqStreamVersion = '0.4.0'
61
- rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.13.1'
+ rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.14.3'
62
rabbitmqHttpClientVersion = '3.12.1'
63
reactorVersion = '2020.0.33'
64
snappyVersion = '1.1.8.4'
0 commit comments