File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,14 +134,14 @@ subprojects { subproject ->
134
134
romeToolsVersion = ' 1.12.0'
135
135
servletApiVersion = ' 4.0.1'
136
136
smackVersion = ' 4.3.1'
137
- springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.2.0.BUILD-SNAPSHOT '
137
+ springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.2.0.M1 '
138
138
springDataJpaVersion = ' 2.2.0.BUILD-SNAPSHOT'
139
139
springDataMongoVersion = ' 2.2.0.BUILD-SNAPSHOT'
140
140
springDataRedisVersion = ' 2.2.0.BUILD-SNAPSHOT'
141
141
springGemfireVersion = ' 2.2.0.BUILD-SNAPSHOT'
142
142
springSecurityVersion = ' 5.2.0.BUILD-SNAPSHOT'
143
143
springRetryVersion = ' 1.2.4.RELEASE'
144
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.0.BUILD-SNAPSHOT '
144
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.0.M1 '
145
145
springWsVersion = ' 3.0.7.RELEASE'
146
146
tomcatVersion = " 9.0.16"
147
147
xstreamVersion = ' 1.4.11.1'
@@ -301,7 +301,7 @@ subprojects { subproject ->
301
301
302
302
checkstyle {
303
303
configFile = file(" $rootDir /src/checkstyle/checkstyle.xml" )
304
- toolVersion = " 8.18 "
304
+ toolVersion = " 8.19 "
305
305
}
306
306
307
307
artifacts {
You can’t perform that action at this time.
0 commit comments