Skip to content

Commit

Permalink
Upgrade Micrometer, Reactor Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Aug 21, 2023
1 parent 52d8ce5 commit f6b1735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ ext {
logbackVersion = '1.4.4'
lz4Version = '1.8.0'
micrometerDocsVersion = '1.0.2'
micrometerVersion = '1.10.9'
micrometerTracingVersion = '1.0.8'
micrometerVersion = '1.10.10'
micrometerTracingVersion = '1.0.9'
mockitoVersion = '4.8.1'
rabbitmqStreamVersion = '0.8.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.1'
reactorVersion = '2022.0.9'
reactorVersion = '2022.0.10'
snappyVersion = '1.1.8.4'
springDataVersion = '2022.0.8'
springRetryVersion = '2.0.2'
Expand Down

0 comments on commit f6b1735

Please # to comment.