Skip to content

Commit

Permalink
Revert commits for Dependabot updates to SNAPSHOTs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
artembilan committed Nov 18, 2024
1 parent 70a11a6 commit 5a0add9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ ext {
kotlinCoroutinesVersion = '1.8.1'
log4jVersion = '2.24.1'
micrometerDocsVersion = '1.0.4'
micrometerVersion = '1.14.2-SNAPSHOT'
micrometerTracingVersion = '1.4.1-SNAPSHOT'
micrometerVersion = '1.14.0-SNAPSHOT'
micrometerTracingVersion = '1.4.0-SNAPSHOT'
mockitoVersion = '5.14.2'
reactorVersion = '2024.0.1-SNAPSHOT'
reactorVersion = '2024.0.0-SNAPSHOT'
scalaVersion = '2.13'
springBootVersion = '3.3.5' // docs module
springDataVersion = '2024.1.1-SNAPSHOT'
springDataVersion = '2024.1.0-SNAPSHOT'
springRetryVersion = '2.0.10'
springVersion = '6.2.1-SNAPSHOT'
springVersion = '6.2.0-SNAPSHOT'
zookeeperVersion = '3.8.4'

idPrefix = 'kafka'
Expand Down

0 comments on commit 5a0add9

Please sign in to comment.