Skip to content

Commit

Permalink
Upgrade Spring, Data, Retry, Reactor, Micrometer (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell authored Oct 16, 2023
1 parent 3620f11 commit 8923a08
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.11'
lz4Version = '1.8.0'
micrometerDocsVersion = '1.0.2'
micrometerVersion = '1.12.0-M3'
micrometerTracingVersion = '1.2.0-M3'
micrometerVersion = '1.12.0-RC1'
micrometerTracingVersion = '1.2.0-RC1'
mockitoVersion = '5.5.0'
rabbitmqStreamVersion = '0.12.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.18.0'
reactorVersion = '2023.0.0-M3'
reactorVersion = '2023.0.0-RC1'
snappyVersion = '1.1.8.4'
springDataVersion = '2023.1.0-M3'
springRetryVersion = '2.0.3'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0-M5'
springDataVersion = '2023.1.0-RC1'
springRetryVersion = '2.0.4'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0-RC1'
testcontainersVersion = '1.19.0'
zstdJniVersion = '1.5.0-2'

Expand Down

0 comments on commit 8923a08

Please sign in to comment.