Skip to content

Commit d1e6ee1

Browse files
committed
Upgrade Micrometer, Reactor, Spring Data Versions
1 parent 25ac793 commit d1e6ee1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ ext {
6161
junitJupiterVersion = '5.8.2'
6262
kafkaVersion = '3.2.3'
6363
log4jVersion = '2.17.2'
64-
micrometerVersion = '1.9.13'
64+
micrometerVersion = '1.9.14'
6565
mockitoVersion = '4.5.1'
66-
reactorVersion = '2020.0.34'
66+
reactorVersion = '2020.0.35'
6767
scalaVersion = '2.13'
68-
springBootVersion = '2.7.13' // docs module
69-
springDataVersion = '2021.2.14'
68+
springBootVersion = '2.7.14' // docs module
69+
springDataVersion = '2021.2.15'
7070
springRetryVersion = '1.3.4'
7171
springVersion = '5.3.29'
7272
zookeeperVersion = '3.6.3'

0 commit comments

Comments
 (0)