Skip to content

Commit 56f82d3

Browse files
committed
Update dependency snapshot versions to milestones for the 4.0.0-M1 release
Signed-off-by: Soby Chacko <[email protected]>
1 parent 1b31aef commit 56f82d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ ext {
6363
kotlinCoroutinesVersion = '1.10.1'
6464
log4jVersion = '2.24.3'
6565
micrometerDocsVersion = '1.0.4'
66-
micrometerVersion = '1.15.0-SNAPSHOT'
67-
micrometerTracingVersion = '1.5.0-SNAPSHOT'
66+
micrometerVersion = '1.15.0-M3'
67+
micrometerTracingVersion = '1.5.0-M3'
6868
mockitoVersion = '5.15.2'
6969
reactorVersion = '2024.0.4'
7070
scalaVersion = '2.13'
7171
springBootVersion = '3.3.8' // docs module
72-
springDataVersion = '2025.1.0-SNAPSHOT'
72+
springDataVersion = '2025.1.0-M1'
7373
springRetryVersion = '2.0.11'
74-
springVersion = '7.0.0-SNAPSHOT'
74+
springVersion = '7.0.0-M3'
7575
zookeeperVersion = '3.8.4'
7676

7777
idPrefix = 'kafka'

0 commit comments

Comments
 (0)