Revert Dependabot updates for SNAPSHOTs

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 4628bdcc55.

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

This reverts commit 74be461771.
This commit is contained in:
Artem Bilan
2024-11-19 09:10:09 -05:00
parent 4628bdcc55
commit b1d676d493

View File

@@ -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'
@@ -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'