Skip to content

Commit 5a0add9

Browse files
committed
Revert commits for Dependabot updates to SNAPSHOTs
Essentially, Dependabot must update to the latest GA, but not SNAPSHOT Revert "Bump io.micrometer:micrometer-bom (#3624)" This reverts commit 80ba1ff. Revert "Bump org.springframework.data:spring-data-bom (#3626)" This reverts commit 9ae0d05. Revert "Bump io.projectreactor:reactor-bom (#3623)" This reverts commit 0157788. Revert "Bump org.springframework:spring-framework-bom (#3627)" This reverts commit 710f315. Revert "Bump io.micrometer:micrometer-tracing-bom (#3625)" This reverts commit 70a11a6.
1 parent 70a11a6 commit 5a0add9

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.2-SNAPSHOT'
66-
micrometerTracingVersion = '1.4.1-SNAPSHOT'
65+
micrometerVersion = '1.14.0-SNAPSHOT'
66+
micrometerTracingVersion = '1.4.0-SNAPSHOT'
6767
mockitoVersion = '5.14.2'
68-
reactorVersion = '2024.0.1-SNAPSHOT'
68+
reactorVersion = '2024.0.0-SNAPSHOT'
6969
scalaVersion = '2.13'
7070
springBootVersion = '3.3.5' // docs module
71-
springDataVersion = '2024.1.1-SNAPSHOT'
71+
springDataVersion = '2024.1.0-SNAPSHOT'
7272
springRetryVersion = '2.0.10'
73-
springVersion = '6.2.1-SNAPSHOT'
73+
springVersion = '6.2.0-SNAPSHOT'
7474
zookeeperVersion = '3.8.4'
7575

7676
idPrefix = 'kafka'

0 commit comments

Comments
 (0)