Skip to content

Commit d835e9a

Browse files
committed
Upgrade Versions; Prepare for Release
1 parent c8e0521 commit d835e9a

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
@@ -52,13 +52,13 @@ ext {
5252
junitJupiterVersion = '5.7.0'
5353
log4jVersion = '2.13.3'
5454
logbackVersion = '1.2.3'
55-
micrometerVersion = '1.5.8'
55+
micrometerVersion = '1.5.10'
5656
mockitoVersion = '3.6.28'
5757
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
5858
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
59-
reactorVersion = '2020.0.2'
60-
springDataCommonsVersion = '2.4.2'
61-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.2'
59+
reactorVersion = '2020.0.3'
60+
springDataCommonsVersion = '2.4.3'
61+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.3'
6262
springRetryVersion = '1.3.0'
6363
}
6464

0 commit comments

Comments
 (0)