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 ee7779c commit 191fc6bCopy full SHA for 191fc6b
build.gradle
@@ -62,15 +62,15 @@ ext {
62
kotlinCoroutinesVersion = '1.8.1'
63
log4jVersion = '2.23.1'
64
micrometerDocsVersion = '1.0.3'
65
- micrometerVersion = '1.14.0-SNAPSHOT'
66
- micrometerTracingVersion = '1.4.0-SNAPSHOT'
+ micrometerVersion = '1.14.0-M2'
+ micrometerTracingVersion = '1.4.0-M2'
67
mockitoVersion = '5.12.0'
68
- reactorVersion = '2024.0.0-SNAPSHOT'
+ reactorVersion = '2024.0.0-M5'
69
scalaVersion = '2.13'
70
springBootVersion = '3.3.2' // docs module
71
springDataVersion = '2024.0.3'
72
springRetryVersion = '2.0.8'
73
- springVersion = '6.2.0-SNAPSHOT'
+ springVersion = '6.2.0-M7'
74
zookeeperVersion = '3.8.4'
75
76
idPrefix = 'kafka'
0 commit comments