We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331e3cf commit 045d28aCopy full SHA for 045d28a
build.gradle
@@ -63,13 +63,13 @@ ext {
63
kotlinCoroutinesVersion = '1.8.0'
64
log4jVersion = '2.23.1'
65
micrometerDocsVersion = '1.0.2'
66
- micrometerVersion = '1.13.0-SNAPSHOT'
67
- micrometerTracingVersion = '1.3.0-SNAPSHOT'
+ micrometerVersion = '1.13.0-RC1'
+ micrometerTracingVersion = '1.3.0-RC1'
68
mockitoVersion = '5.10.0'
69
reactorVersion = '2023.0.5'
70
scalaVersion = '2.13'
71
springBootVersion = '3.2.4' // docs module
72
- springDataVersion = '2024.0.0-SNAPSHOT'
+ springDataVersion = '2024.0.0-RC1'
73
springRetryVersion = '2.0.5'
74
springVersion = '6.1.6'
75
zookeeperVersion = '3.8.4'
0 commit comments