Skip to content

Commit 30b5a5c

Browse files
author
Daniel Bustamante Ospina
committed
Upgrade reactor-rabbit version and spring-boot base version
1 parent 2160fa6 commit 30b5a5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

async/async-commons/async-commons.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
compile project(":domain-events-api")
7777

7878
api 'io.projectreactor:reactor-core'
79-
api "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.RC2"
79+
api "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.RELEASE"
8080
api 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
8181
testImplementation 'io.projectreactor:reactor-test'
8282
}

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
version=0.0.3-beta1
2-
springBootVersion=2.1.0.RELEASE
3-
springCloudVersion=Greenwich.M1
2+
springBootVersion=2.1.1.RELEASE

0 commit comments

Comments
 (0)