Skip to content

Commit 42ff441

Browse files
committed
Upgrade versions; prepare for release
1 parent 032f8ec commit 42ff441

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ ext {
5353
junitJupiterVersion = '5.7.2'
5454
log4jVersion = '2.13.3'
5555
logbackVersion = '1.2.3'
56-
micrometerVersion = '1.5.14'
56+
micrometerVersion = '1.5.16'
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.7'
61-
springDataCommonsVersion = '2.4.9'
62-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.7'
60+
reactorVersion = '2020.0.8'
61+
springDataCommonsVersion = '2.4.11'
62+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.9'
6363
springRetryVersion = '1.3.1'
6464
}
6565

0 commit comments

Comments
 (0)