Skip to content

Commit

Permalink
Upgrade Micrometer, Reactor, Spring Data Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Aug 21, 2023
1 parent 25ac793 commit d1e6ee1
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.13'
micrometerVersion = '1.9.14'
mockitoVersion = '4.5.1'
reactorVersion = '2020.0.34'
reactorVersion = '2020.0.35'
scalaVersion = '2.13'
springBootVersion = '2.7.13' // docs module
springDataVersion = '2021.2.14'
springBootVersion = '2.7.14' // docs module
springDataVersion = '2021.2.15'
springRetryVersion = '1.3.4'
springVersion = '5.3.29'
zookeeperVersion = '3.6.3'
Expand Down

0 comments on commit d1e6ee1

Please sign in to comment.