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 1bc1ae9 commit b81dc3aCopy full SHA for b81dc3a
build.gradle
@@ -61,10 +61,10 @@ ext {
61
rabbitmqStreamVersion = '0.4.0'
62
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.14.3'
63
rabbitmqHttpClientVersion = '3.12.1'
64
- reactorVersion = '2020.0.35'
+ reactorVersion = '2020.0.36'
65
snappyVersion = '1.1.8.4'
66
springDataCommonsVersion = '2.6.10'
67
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.29'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.30'
68
springRetryVersion = '1.3.4'
69
zstdJniVersion = '1.5.0-2'
70
}
0 commit comments