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.
1 parent 94e0816 commit d5e3148Copy full SHA for d5e3148
build.gradle
@@ -89,8 +89,8 @@ ext {
89
rsocketVersion = '1.0.0-RC5'
90
servletApiVersion = '4.0.1'
91
smackVersion = '4.3.4'
92
- springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.2.BUILD-SNAPSHOT'
93
- springDataVersion = 'Moore-BUILD-SNAPSHOT'
+ springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.2.RELEASE'
+ springDataVersion = 'Moore-SR3'
94
springSecurityVersion = '5.2.1.RELEASE'
95
springRetryVersion = '1.2.4.RELEASE'
96
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.2.RELEASE'
0 commit comments