Skip to content

Commit 20b23b7

Browse files
committed
Upgrade versions; Prepare for Release
1 parent fe05179 commit 20b23b7

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
@@ -47,13 +47,13 @@ ext {
4747
junitJupiterVersion = '5.5.2'
4848
log4jVersion = '2.13.2'
4949
logbackVersion = '1.2.3'
50-
micrometerVersion = '1.3.6'
50+
micrometerVersion = '1.3.10'
5151
mockitoVersion = '3.0.0'
5252
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
5353
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
54-
reactorVersion = 'Dysprosium-SR7'
55-
springDataCommonsVersion = '2.2.7.RELEASE'
56-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.6.RELEASE'
54+
reactorVersion = 'Dysprosium-SR9'
55+
springDataCommonsVersion = '2.2.8.RELEASE'
56+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.7.RELEASE'
5757
springRetryVersion = '1.2.5.RELEASE'
5858
}
5959

0 commit comments

Comments
 (0)