Skip to content

Commit 0325836

Browse files
committed
Revert commits for Dependabot updates to SNAPSHOTs
Essentially, Dependabot must update to the latest GA, but not SNAPSHOT Revert "Bump org.springframework:spring-framework-bom (#2899)" This reverts commit 287a5f9. Revert "Bump io.projectreactor:reactor-bom (#2897)" This reverts commit 282fef8. Revert "Bump io.micrometer:micrometer-bom (#2901)" This reverts commit 9eb857c.
1 parent ac875c8 commit 0325836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ ext {
6060
log4jVersion = '2.24.1'
6161
logbackVersion = '1.5.12'
6262
micrometerDocsVersion = '1.0.4'
63-
micrometerVersion = '1.14.2-SNAPSHOT'
63+
micrometerVersion = '1.14.0-SNAPSHOT'
6464
micrometerTracingVersion = '1.4.0-SNAPSHOT'
6565
mockitoVersion = '5.14.2'
6666
rabbitmqStreamVersion = '0.18.0'
6767
rabbitmqVersion = '5.22.0'
68-
reactorVersion = '2024.0.1-SNAPSHOT'
68+
reactorVersion = '2024.0.0-SNAPSHOT'
6969
springDataVersion = '2024.1.0-SNAPSHOT'
7070
springRetryVersion = '2.0.10'
71-
springVersion = '6.2.1-SNAPSHOT'
71+
springVersion = '6.2.0-SNAPSHOT'
7272
testcontainersVersion = '1.20.3'
7373

7474
javaProjects = subprojects - project(':spring-amqp-bom')

0 commit comments

Comments
 (0)