Skip to content

Commit 7bca7f3

Browse files
committed
Milestone updates for the 4.0.0-M5 release
Signed-off-by: Soby Chacko <[email protected]>
1 parent a0bdc3a commit 7bca7f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ ext {
6464
kotlinCoroutinesVersion = '1.10.2'
6565
log4jVersion = '2.25.1'
6666
micrometerDocsVersion = '1.0.4'
67-
micrometerVersion = '1.16.0-SNAPSHOT'
68-
micrometerTracingVersion = '1.6.0-SNAPSHOT'
67+
micrometerVersion = '1.16.0-M3'
68+
micrometerTracingVersion = '1.6.0-M3'
6969
mockitoVersion = '5.19.0'
70-
reactorVersion = '2025.0.0-SNAPSHOT'
70+
reactorVersion = '2025.0.0-M7'
7171
scalaVersion = '2.13'
7272
springBootVersion = '3.5.0' // docs module
73-
springDataVersion = '2025.1.0-SNAPSHOT'
74-
springVersion = '7.0.0-SNAPSHOT'
73+
springDataVersion = '2025.1.0-M6'
74+
springVersion = '7.0.0-M9'
7575

7676
idPrefix = 'kafka'
7777

0 commit comments

Comments
 (0)