Skip to content

Commit

Permalink
Upgrade Spring, Data, Retry, Reactor, Micrometer (#2544)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell authored Oct 16, 2023
1 parent 228366f commit 1f72f3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ ext {
logbackVersion = '1.4.4'
lz4Version = '1.8.0'
micrometerDocsVersion = '1.0.2'
micrometerVersion = '1.10.11'
micrometerTracingVersion = '1.0.10'
micrometerVersion = '1.10.12'
micrometerTracingVersion = '1.0.11'
mockitoVersion = '4.8.1'
rabbitmqStreamVersion = '0.8.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.1'
reactorVersion = '2022.0.11'
reactorVersion = '2022.0.12'
snappyVersion = '1.1.8.4'
springDataVersion = '2022.0.10'
springRetryVersion = '2.0.3'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.12'
springDataVersion = '2022.0.11'
springRetryVersion = '2.0.4'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
testcontainersVersion = '1.17.6'
zstdJniVersion = '1.5.0-2'

Expand Down

0 comments on commit 1f72f3f

Please # to comment.