Skip to content

Commit b1d676d

Browse files
committed
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 4628bdc. Revert "Bump io.micrometer:micrometer-bom (#9655)" This reverts commit 74be461.
1 parent 4628bdc commit b1d676d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ext {
9393
log4jVersion = '2.24.1'
9494
mailVersion = '2.0.3'
9595
micrometerTracingVersion = '1.4.0-SNAPSHOT'
96-
micrometerVersion = '1.14.2-SNAPSHOT'
96+
micrometerVersion = '1.14.0-SNAPSHOT'
9797
mockitoVersion = '5.14.2'
9898
mongoDriverVersion = '5.2.1'
9999
mysqlVersion = '9.1.0'
@@ -109,7 +109,7 @@ ext {
109109
servletApiVersion = '6.0.0'
110110
smackVersion = '4.4.8'
111111
springAmqpVersion = '3.2.0-SNAPSHOT'
112-
springDataVersion = '2024.1.1-SNAPSHOT'
112+
springDataVersion = '2024.1.0-SNAPSHOT'
113113
springGraphqlVersion = '1.3.3'
114114
springKafkaVersion = '3.3.0-SNAPSHOT'
115115
springRetryVersion = '2.0.10'

0 commit comments

Comments
 (0)