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 95631d8 commit b9d606fCopy full SHA for b9d606f
build.gradle
@@ -60,10 +60,10 @@ ext {
60
rabbitmqStreamVersion = '0.4.0'
61
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.14.3'
62
rabbitmqHttpClientVersion = '3.12.1'
63
- reactorVersion = '2020.0.33'
+ reactorVersion = '2020.0.34'
64
snappyVersion = '1.1.8.4'
65
springDataCommonsVersion = '2.6.10'
66
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.28'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.29'
67
springRetryVersion = '1.3.4'
68
zstdJniVersion = '1.5.0-2'
69
}
0 commit comments