File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,14 +134,14 @@ subprojects { subproject ->
134134 romeToolsVersion = ' 1.12.0'
135135 servletApiVersion = ' 4.0.1'
136136 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 '
138138 springDataJpaVersion = ' 2.2.0.BUILD-SNAPSHOT'
139139 springDataMongoVersion = ' 2.2.0.BUILD-SNAPSHOT'
140140 springDataRedisVersion = ' 2.2.0.BUILD-SNAPSHOT'
141141 springGemfireVersion = ' 2.2.0.BUILD-SNAPSHOT'
142142 springSecurityVersion = ' 5.2.0.BUILD-SNAPSHOT'
143143 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 '
145145 springWsVersion = ' 3.0.7.RELEASE'
146146 tomcatVersion = " 9.0.16"
147147 xstreamVersion = ' 1.4.11.1'
@@ -301,7 +301,7 @@ subprojects { subproject ->
301301
302302 checkstyle {
303303 configFile = file(" $rootDir /src/checkstyle/checkstyle.xml" )
304- toolVersion = " 8.18 "
304+ toolVersion = " 8.19 "
305305 }
306306
307307 artifacts {
You can’t perform that action at this time.
0 commit comments