File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
rabbitmqHttpClientVersion = ' 3.2.0.RELEASE'
58
58
reactorVersion = ' Dysprosium-SR7'
59
59
springDataCommonsVersion = ' 2.3.0.RELEASE'
60
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.6.RELEASE '
60
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.0-SNAPSHOT '
61
61
springRetryVersion = ' 1.3.0'
62
62
}
63
63
@@ -91,7 +91,7 @@ allprojects {
91
91
92
92
repositories {
93
93
maven { url ' https://repo.spring.io/libs-release' }
94
- if (version. endsWith(' BUILD -SNAPSHOT' )) {
94
+ if (version. endsWith(' -SNAPSHOT' )) {
95
95
maven { url ' https://repo.spring.io/libs-snapshot' }
96
96
}
97
97
// maven { url 'https://repo.spring.io/libs-staging-local' }
@@ -168,7 +168,7 @@ subprojects { subproject ->
168
168
169
169
// To avoid compiler warnings about @API annotations in JUnit code
170
170
testCompileOnly ' org.apiguardian:apiguardian-api:1.0.0'
171
-
171
+
172
172
testCompileOnly " com.google.code.findbugs:jsr305:$googleJsr305Version "
173
173
testImplementation ' org.jetbrains.kotlin:kotlin-reflect'
174
174
testImplementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
Original file line number Diff line number Diff line change 1
- version =2.3.0.BUILD -SNAPSHOT
1
+ version =2.3.0-SNAPSHOT
2
2
org.gradlee.caching =true
3
3
org.gradle.daemon =true
4
4
org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments