Skip to content

Commit 21d614a

Browse files
committed
Upgrade versions; prepare for release
1 parent 3626c86 commit 21d614a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ ext {
5252
junitJupiterVersion = '5.7.0'
5353
log4jVersion = '2.13.3'
5454
logbackVersion = '1.2.3'
55-
micrometerVersion = '1.5.11'
55+
micrometerVersion = '1.5.12'
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.4'
60-
springDataCommonsVersion = '2.4.4'
61-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.4'
62-
springRetryVersion = '1.3.0'
59+
reactorVersion = '2020.0.5'
60+
springDataCommonsVersion = '2.4.6'
61+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.5'
62+
springRetryVersion = '1.3.1'
6363
}
6464

6565
nohttp {

0 commit comments

Comments
 (0)