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 4272118 commit 78bad6fCopy full SHA for 78bad6f
build.gradle
@@ -63,15 +63,15 @@ ext {
63
kotlinCoroutinesVersion = '1.10.2'
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-RC1'
+ micrometerTracingVersion = '1.5.0-RC1'
68
mockitoVersion = '5.15.2'
69
reactorVersion = '2024.0.5'
70
scalaVersion = '2.13'
71
springBootVersion = '3.3.8' // docs module
72
- springDataVersion = '2025.1.0-SNAPSHOT'
+ springDataVersion = '2025.1.0-M2'
73
springRetryVersion = '2.0.11'
74
- springVersion = '7.0.0-SNAPSHOT'
+ springVersion = '7.0.0-M4'
75
zookeeperVersion = '3.8.4'
76
77
idPrefix = 'kafka'
0 commit comments