We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*-SNAPSHOT
1 parent c5015e7 commit f8bc3cbCopy full SHA for f8bc3cb
.github/dependabot.yml
@@ -7,8 +7,6 @@ updates:
7
day: sunday
8
ignore:
9
- dependency-name: '*'
10
- versions:
11
- - '*-SNAPSHOT'
12
update-types:
13
- version-update:semver-major
14
- version-update:semver-minor
build.gradle
@@ -109,7 +109,7 @@ ext {
109
servletApiVersion = '6.0.0'
110
smackVersion = '4.4.8'
111
springAmqpVersion = '3.2.0'
112
- springDataVersion = '2024.1.0-SNAPSHOT'
+ springDataVersion = '2024.1.0'
113
springGraphqlVersion = '1.3.3'
114
springKafkaVersion = '3.3.0'
115
springRetryVersion = '2.0.10'
0 commit comments