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 a0bdc3a commit 7bca7f3Copy full SHA for 7bca7f3
build.gradle
@@ -64,14 +64,14 @@ ext {
64
kotlinCoroutinesVersion = '1.10.2'
65
log4jVersion = '2.25.1'
66
micrometerDocsVersion = '1.0.4'
67
- micrometerVersion = '1.16.0-SNAPSHOT'
68
- micrometerTracingVersion = '1.6.0-SNAPSHOT'
+ micrometerVersion = '1.16.0-M3'
+ micrometerTracingVersion = '1.6.0-M3'
69
mockitoVersion = '5.19.0'
70
- reactorVersion = '2025.0.0-SNAPSHOT'
+ reactorVersion = '2025.0.0-M7'
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-M6'
+ springVersion = '7.0.0-M9'
75
76
idPrefix = 'kafka'
77
0 commit comments