Skip to content

Commit

Permalink
Revert Dependabot updates for SNAPSHOTs
Browse files Browse the repository at this point in the history
Essentially, we would expect updates to GAs, but somehow Dependabot treats a new SNAPSHOT as higher version.
Well, it is higher, but looks like there is no way to prevent Dependabot to skip SNAPSHOTs from being updated

Revert "Bump org.springframework.data:spring-data-bom (#9652)"

This reverts commit 4628bdc.

Revert "Bump io.micrometer:micrometer-bom (#9655)"

This reverts commit 74be461.
  • Loading branch information
artembilan committed Nov 19, 2024
1 parent 4628bdc commit b1d676d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ext {
log4jVersion = '2.24.1'
mailVersion = '2.0.3'
micrometerTracingVersion = '1.4.0-SNAPSHOT'
micrometerVersion = '1.14.2-SNAPSHOT'
micrometerVersion = '1.14.0-SNAPSHOT'
mockitoVersion = '5.14.2'
mongoDriverVersion = '5.2.1'
mysqlVersion = '9.1.0'
Expand All @@ -109,7 +109,7 @@ ext {
servletApiVersion = '6.0.0'
smackVersion = '4.4.8'
springAmqpVersion = '3.2.0-SNAPSHOT'
springDataVersion = '2024.1.1-SNAPSHOT'
springDataVersion = '2024.1.0-SNAPSHOT'
springGraphqlVersion = '1.3.3'
springKafkaVersion = '3.3.0-SNAPSHOT'
springRetryVersion = '2.0.10'
Expand Down

0 comments on commit b1d676d

Please sign in to comment.