Skip to content

Commit

Permalink
Upgrade Micrometer, Reactor, Spring Data Versions (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell authored Oct 16, 2023
1 parent acc1c9c commit 84483aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ ext {
junitJupiterVersion = '5.8.2'
kafkaVersion = '3.2.3'
log4jVersion = '2.17.2'
micrometerVersion = '1.9.14'
micrometerVersion = '1.9.16'
mockitoVersion = '4.5.1'
reactorVersion = '2020.0.35'
reactorVersion = '2020.0.37'
scalaVersion = '2.13'
springBootVersion = '2.7.14' // docs module
springDataVersion = '2021.2.15'
springBootVersion = '2.7.16' // docs module
springDataVersion = '2021.2.17'
springRetryVersion = '1.3.4'
springVersion = '5.3.29'
zookeeperVersion = '3.6.3'
Expand Down

0 comments on commit 84483aa

Please sign in to comment.