Skip to content

Commit efbd396

Browse files
committed
Upgrade Spring deps to GAs; prepare for release
1 parent 5a0add9 commit efbd396

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
@@ -62,15 +62,15 @@ ext {
6262
kotlinCoroutinesVersion = '1.8.1'
6363
log4jVersion = '2.24.1'
6464
micrometerDocsVersion = '1.0.4'
65-
micrometerVersion = '1.14.0-SNAPSHOT'
66-
micrometerTracingVersion = '1.4.0-SNAPSHOT'
65+
micrometerVersion = '1.14.1'
66+
micrometerTracingVersion = '1.4.0'
6767
mockitoVersion = '5.14.2'
68-
reactorVersion = '2024.0.0-SNAPSHOT'
68+
reactorVersion = '2024.0.0'
6969
scalaVersion = '2.13'
7070
springBootVersion = '3.3.5' // docs module
71-
springDataVersion = '2024.1.0-SNAPSHOT'
71+
springDataVersion = '2024.1.0'
7272
springRetryVersion = '2.0.10'
73-
springVersion = '6.2.0-SNAPSHOT'
73+
springVersion = '6.2.0'
7474
zookeeperVersion = '3.8.4'
7575

7676
idPrefix = 'kafka'

0 commit comments

Comments
 (0)