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 a0af1af commit 6539f9cCopy full SHA for 6539f9c
build.gradle
@@ -65,7 +65,7 @@ ext {
65
micrometerTracingVersion = '1.0.7'
66
mockitoVersion = '4.8.1'
67
rabbitmqStreamVersion = '0.8.0'
68
- rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.0'
+ rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.1'
69
reactorVersion = '2022.0.8'
70
snappyVersion = '1.1.8.4'
71
springDataVersion = '2022.0.7'
0 commit comments