Skip to content

Commit 8b3e132

Browse files
committed
Upgrade Versions; Prepare for Release
1 parent 711d6ff commit 8b3e132

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ ext {
5757
mockitoVersion = '3.6.28'
5858
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
5959
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
60-
reactorVersion = '2020.0.12'
61-
springDataCommonsVersion = '2.4.14'
62-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.14'
60+
reactorVersion = '2020.0.15'
61+
springDataCommonsVersion = '2.4.15'
62+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.15'
6363
springRetryVersion = '1.3.1'
6464
}
6565

0 commit comments

Comments
 (0)