Skip to content

Commit 1ed63c9

Browse files
authored
Upgrade Spring, Data, Retry, Reactor, Micrometer (#2526)
1 parent e3b860f commit 1ed63c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ ext {
6060
logbackVersion = '1.4.11'
6161
lz4Version = '1.8.0'
6262
micrometerDocsVersion = '1.0.2'
63-
micrometerVersion = '1.12.0-SNAPSHOT'
64-
micrometerTracingVersion = '1.2.0-SNAPSHOT'
63+
micrometerVersion = '1.12.0-M3'
64+
micrometerTracingVersion = '1.2.0-M3'
6565
mockitoVersion = '5.5.0'
6666
rabbitmqStreamVersion = '0.12.0'
6767
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.18.0'
68-
reactorVersion = '2023.0.0-M2'
68+
reactorVersion = '2023.0.0-M3'
6969
snappyVersion = '1.1.8.4'
70-
springDataVersion = '2023.1.0-SNAPSHOT'
71-
springRetryVersion = '2.0.2'
72-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0-SNAPSHOT'
70+
springDataVersion = '2023.1.0-M3'
71+
springRetryVersion = '2.0.3'
72+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0-M5'
7373
testcontainersVersion = '1.19.0'
7474
zstdJniVersion = '1.5.0-2'
7575

0 commit comments

Comments
 (0)