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 5005b66 commit 6144d7aCopy full SHA for 6144d7a
build.gradle
@@ -64,14 +64,14 @@ ext {
64
kotlinCoroutinesVersion = '1.10.2'
65
log4jVersion = '2.25.2'
66
micrometerDocsVersion = '1.0.4'
67
- micrometerVersion = '1.16.0-SNAPSHOT'
68
- micrometerTracingVersion = '1.6.0-SNAPSHOT'
+ micrometerVersion = '1.16.0-RC1'
+ micrometerTracingVersion = '1.6.0-RC1'
69
mockitoVersion = '5.19.0'
70
- reactorVersion = '2025.0.0-SNAPSHOT'
+ reactorVersion = '2025.0.0-RC1'
71
scalaVersion = '2.13'
72
springBootVersion = '3.5.0' // docs module
73
- springDataVersion = '2025.1.0-SNAPSHOT'
74
- springVersion = '7.0.0-SNAPSHOT'
+ springDataVersion = '2025.1.0-RC1'
+ springVersion = '7.0.0-RC1'
75
76
idPrefix = 'kafka'
77
0 commit comments