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 2160fa6 commit 30b5a5cCopy full SHA for 30b5a5c
async/async-commons/async-commons.gradle
@@ -76,7 +76,7 @@ dependencies {
76
compile project(":domain-events-api")
77
78
api 'io.projectreactor:reactor-core'
79
- api "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.RC2"
+ api "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.RELEASE"
80
api 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
81
testImplementation 'io.projectreactor:reactor-test'
82
}
gradle.properties
@@ -1,3 +1,2 @@
1
version=0.0.3-beta1
2
-springBootVersion=2.1.0.RELEASE
3
-springCloudVersion=Greenwich.M1
+springBootVersion=2.1.1.RELEASE
0 commit comments