Revert "An attempt to avoid *-SNAPSHOT updates from Dependabot"

This reverts commit c5015e7002.
This commit is contained in:
Artem Bilan
2024-11-19 13:59:19 -05:00
parent c5015e7002
commit f8bc3cb66f
2 changed files with 1 additions and 3 deletions

View File

@@ -7,8 +7,6 @@ updates:
day: sunday
ignore:
- dependency-name: '*'
versions:
- '*-SNAPSHOT'
update-types:
- version-update:semver-major
- version-update:semver-minor

View File

@@ -109,7 +109,7 @@ ext {
servletApiVersion = '6.0.0'
smackVersion = '4.4.8'
springAmqpVersion = '3.2.0'
springDataVersion = '2024.1.0-SNAPSHOT'
springDataVersion = '2024.1.0'
springGraphqlVersion = '1.3.3'
springKafkaVersion = '3.3.0'
springRetryVersion = '2.0.10'