We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b31aef commit 56f82d3Copy full SHA for 56f82d3
build.gradle
@@ -63,15 +63,15 @@ ext {
63
kotlinCoroutinesVersion = '1.10.1'
64
log4jVersion = '2.24.3'
65
micrometerDocsVersion = '1.0.4'
66
- micrometerVersion = '1.15.0-SNAPSHOT'
67
- micrometerTracingVersion = '1.5.0-SNAPSHOT'
+ micrometerVersion = '1.15.0-M3'
+ micrometerTracingVersion = '1.5.0-M3'
68
mockitoVersion = '5.15.2'
69
reactorVersion = '2024.0.4'
70
scalaVersion = '2.13'
71
springBootVersion = '3.3.8' // docs module
72
- springDataVersion = '2025.1.0-SNAPSHOT'
+ springDataVersion = '2025.1.0-M1'
73
springRetryVersion = '2.0.11'
74
- springVersion = '7.0.0-SNAPSHOT'
+ springVersion = '7.0.0-M3'
75
zookeeperVersion = '3.8.4'
76
77
idPrefix = 'kafka'
0 commit comments