|
1 |
| -<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 3 | <modelVersion>4.0.0</modelVersion>
|
3 | 4 | <groupId>org.springframework.boot</groupId>
|
4 | 5 | <artifactId>spring-boot-dependencies</artifactId>
|
5 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 6 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
6 | 7 | <packaging>pom</packaging>
|
7 | 8 | <name>Spring Boot Dependencies</name>
|
8 | 9 | <description>Spring Boot Dependencies</description>
|
|
145 | 146 | <dependency>
|
146 | 147 | <groupId>org.springframework.boot</groupId>
|
147 | 148 | <artifactId>spring-boot</artifactId>
|
148 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 149 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
149 | 150 | </dependency>
|
150 | 151 | <dependency>
|
151 | 152 | <groupId>org.springframework.boot</groupId>
|
152 | 153 | <artifactId>spring-boot</artifactId>
|
153 | 154 | <type>test-jar</type>
|
154 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 155 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
155 | 156 | </dependency>
|
156 | 157 | <dependency>
|
157 | 158 | <groupId>org.springframework.boot</groupId>
|
158 | 159 | <artifactId>spring-boot-actuator</artifactId>
|
159 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 160 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
160 | 161 | </dependency>
|
161 | 162 | <dependency>
|
162 | 163 | <groupId>org.springframework.boot</groupId>
|
163 | 164 | <artifactId>spring-boot-autoconfigure</artifactId>
|
164 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 165 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
165 | 166 | </dependency>
|
166 | 167 | <dependency>
|
167 | 168 | <groupId>org.springframework.boot</groupId>
|
168 | 169 | <artifactId>spring-boot-configuration-processor</artifactId>
|
169 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 170 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
170 | 171 | </dependency>
|
171 | 172 | <dependency>
|
172 | 173 | <groupId>org.springframework.boot</groupId>
|
173 | 174 | <artifactId>spring-boot-dependency-tools</artifactId>
|
174 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 175 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
175 | 176 | </dependency>
|
176 | 177 | <dependency>
|
177 | 178 | <groupId>org.springframework.boot</groupId>
|
178 | 179 | <artifactId>spring-boot-loader</artifactId>
|
179 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 180 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
180 | 181 | </dependency>
|
181 | 182 | <dependency>
|
182 | 183 | <groupId>org.springframework.boot</groupId>
|
183 | 184 | <artifactId>spring-boot-loader-tools</artifactId>
|
184 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 185 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
185 | 186 | </dependency>
|
186 | 187 | <dependency>
|
187 | 188 | <groupId>org.springframework.boot</groupId>
|
188 | 189 | <artifactId>spring-boot-starter</artifactId>
|
189 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 190 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
190 | 191 | <exclusions>
|
191 | 192 | <exclusion>
|
192 | 193 | <groupId>commons-logging</groupId>
|
|
197 | 198 | <dependency>
|
198 | 199 | <groupId>org.springframework.boot</groupId>
|
199 | 200 | <artifactId>spring-boot-starter-actuator</artifactId>
|
200 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 201 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
201 | 202 | </dependency>
|
202 | 203 | <dependency>
|
203 | 204 | <groupId>org.springframework.boot</groupId>
|
204 | 205 | <artifactId>spring-boot-starter-amqp</artifactId>
|
205 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 206 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
206 | 207 | </dependency>
|
207 | 208 | <dependency>
|
208 | 209 | <groupId>org.springframework.boot</groupId>
|
209 | 210 | <artifactId>spring-boot-starter-aop</artifactId>
|
210 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 211 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
211 | 212 | </dependency>
|
212 | 213 | <dependency>
|
213 | 214 | <groupId>org.springframework.boot</groupId>
|
214 | 215 | <artifactId>spring-boot-starter-batch</artifactId>
|
215 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 216 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
216 | 217 | </dependency>
|
217 | 218 | <dependency>
|
218 | 219 | <groupId>org.springframework.boot</groupId>
|
219 | 220 | <artifactId>spring-boot-starter-cloud-connectors</artifactId>
|
220 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 221 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
221 | 222 | </dependency>
|
222 | 223 | <dependency>
|
223 | 224 | <groupId>org.springframework.boot</groupId>
|
224 | 225 | <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
|
225 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 226 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
226 | 227 | </dependency>
|
227 | 228 | <dependency>
|
228 | 229 | <groupId>org.springframework.boot</groupId>
|
229 | 230 | <artifactId>spring-boot-starter-data-gemfire</artifactId>
|
230 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 231 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
231 | 232 | </dependency>
|
232 | 233 | <dependency>
|
233 | 234 | <groupId>org.springframework.boot</groupId>
|
234 | 235 | <artifactId>spring-boot-starter-data-jpa</artifactId>
|
235 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 236 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
236 | 237 | </dependency>
|
237 | 238 | <dependency>
|
238 | 239 | <groupId>org.springframework.boot</groupId>
|
239 | 240 | <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
240 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 241 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
241 | 242 | </dependency>
|
242 | 243 | <dependency>
|
243 | 244 | <groupId>org.springframework.boot</groupId>
|
244 | 245 | <artifactId>spring-boot-starter-data-rest</artifactId>
|
245 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 246 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
246 | 247 | </dependency>
|
247 | 248 | <dependency>
|
248 | 249 | <groupId>org.springframework.boot</groupId>
|
249 | 250 | <artifactId>spring-boot-starter-data-solr</artifactId>
|
250 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 251 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
251 | 252 | </dependency>
|
252 | 253 | <dependency>
|
253 | 254 | <groupId>org.springframework.boot</groupId>
|
254 | 255 | <artifactId>spring-boot-starter-freemarker</artifactId>
|
255 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 256 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
256 | 257 | </dependency>
|
257 | 258 | <dependency>
|
258 | 259 | <groupId>org.springframework.boot</groupId>
|
259 | 260 | <artifactId>spring-boot-starter-groovy-templates</artifactId>
|
260 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 261 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
261 | 262 | </dependency>
|
262 | 263 | <dependency>
|
263 | 264 | <groupId>org.springframework.boot</groupId>
|
264 | 265 | <artifactId>spring-boot-starter-hornetq</artifactId>
|
265 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 266 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
266 | 267 | </dependency>
|
267 | 268 | <dependency>
|
268 | 269 | <groupId>org.springframework.boot</groupId>
|
269 | 270 | <artifactId>spring-boot-starter-integration</artifactId>
|
270 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 271 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
271 | 272 | </dependency>
|
272 | 273 | <dependency>
|
273 | 274 | <groupId>org.springframework.boot</groupId>
|
274 | 275 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
275 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 276 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
276 | 277 | </dependency>
|
277 | 278 | <dependency>
|
278 | 279 | <groupId>org.springframework.boot</groupId>
|
279 | 280 | <artifactId>spring-boot-starter-jersey</artifactId>
|
280 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 281 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
281 | 282 | </dependency>
|
282 | 283 | <dependency>
|
283 | 284 | <groupId>org.springframework.boot</groupId>
|
284 | 285 | <artifactId>spring-boot-starter-jetty</artifactId>
|
285 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 286 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
286 | 287 | </dependency>
|
287 | 288 | <dependency>
|
288 | 289 | <groupId>org.springframework.boot</groupId>
|
289 | 290 | <artifactId>spring-boot-starter-jta-atomikos</artifactId>
|
290 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 291 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
291 | 292 | </dependency>
|
292 | 293 | <dependency>
|
293 | 294 | <groupId>org.springframework.boot</groupId>
|
294 | 295 | <artifactId>spring-boot-starter-jta-bitronix</artifactId>
|
295 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 296 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
296 | 297 | </dependency>
|
297 | 298 | <dependency>
|
298 | 299 | <groupId>org.springframework.boot</groupId>
|
299 | 300 | <artifactId>spring-boot-starter-undertow</artifactId>
|
300 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 301 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
301 | 302 | </dependency>
|
302 | 303 | <dependency>
|
303 | 304 | <groupId>org.springframework.boot</groupId>
|
304 | 305 | <artifactId>spring-boot-starter-log4j</artifactId>
|
305 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 306 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
306 | 307 | </dependency>
|
307 | 308 | <dependency>
|
308 | 309 | <groupId>org.springframework.boot</groupId>
|
309 | 310 | <artifactId>spring-boot-starter-log4j2</artifactId>
|
310 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 311 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
311 | 312 | </dependency>
|
312 | 313 | <dependency>
|
313 | 314 | <groupId>org.springframework.boot</groupId>
|
314 | 315 | <artifactId>spring-boot-starter-logging</artifactId>
|
315 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 316 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
316 | 317 | </dependency>
|
317 | 318 | <dependency>
|
318 | 319 | <groupId>org.springframework.boot</groupId>
|
319 | 320 | <artifactId>spring-boot-starter-mail</artifactId>
|
320 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 321 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
321 | 322 | </dependency>
|
322 | 323 | <dependency>
|
323 | 324 | <groupId>org.springframework.boot</groupId>
|
324 | 325 | <artifactId>spring-boot-starter-mobile</artifactId>
|
325 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 326 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
326 | 327 | </dependency>
|
327 | 328 | <dependency>
|
328 | 329 | <groupId>org.springframework.boot</groupId>
|
329 | 330 | <artifactId>spring-boot-starter-redis</artifactId>
|
330 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 331 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
331 | 332 | </dependency>
|
332 | 333 | <dependency>
|
333 | 334 | <groupId>org.springframework.boot</groupId>
|
334 | 335 | <artifactId>spring-boot-starter-remote-shell</artifactId>
|
335 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 336 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
336 | 337 | </dependency>
|
337 | 338 | <dependency>
|
338 | 339 | <groupId>org.springframework.boot</groupId>
|
339 | 340 | <artifactId>spring-boot-starter-security</artifactId>
|
340 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 341 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
341 | 342 | </dependency>
|
342 | 343 | <dependency>
|
343 | 344 | <groupId>org.springframework.boot</groupId>
|
344 | 345 | <artifactId>spring-boot-starter-social-facebook</artifactId>
|
345 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 346 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
346 | 347 | </dependency>
|
347 | 348 | <dependency>
|
348 | 349 | <groupId>org.springframework.boot</groupId>
|
349 | 350 | <artifactId>spring-boot-starter-social-linkedin</artifactId>
|
350 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 351 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
351 | 352 | </dependency>
|
352 | 353 | <dependency>
|
353 | 354 | <groupId>org.springframework.boot</groupId>
|
354 | 355 | <artifactId>spring-boot-starter-social-twitter</artifactId>
|
355 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 356 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
356 | 357 | </dependency>
|
357 | 358 | <dependency>
|
358 | 359 | <groupId>org.springframework.boot</groupId>
|
359 | 360 | <artifactId>spring-boot-starter-test</artifactId>
|
360 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 361 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
361 | 362 | <exclusions>
|
362 | 363 | <exclusion>
|
363 | 364 | <groupId>commons-logging</groupId>
|
|
368 | 369 | <dependency>
|
369 | 370 | <groupId>org.springframework.boot</groupId>
|
370 | 371 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
371 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 372 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
372 | 373 | </dependency>
|
373 | 374 | <dependency>
|
374 | 375 | <groupId>org.springframework.boot</groupId>
|
375 | 376 | <artifactId>spring-boot-starter-tomcat</artifactId>
|
376 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 377 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
377 | 378 | </dependency>
|
378 | 379 | <dependency>
|
379 | 380 | <groupId>org.springframework.boot</groupId>
|
380 | 381 | <artifactId>spring-boot-starter-velocity</artifactId>
|
381 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 382 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
382 | 383 | </dependency>
|
383 | 384 | <dependency>
|
384 | 385 | <groupId>org.springframework.boot</groupId>
|
385 | 386 | <artifactId>spring-boot-starter-web</artifactId>
|
386 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 387 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
387 | 388 | </dependency>
|
388 | 389 | <dependency>
|
389 | 390 | <groupId>org.springframework.boot</groupId>
|
390 | 391 | <artifactId>spring-boot-starter-websocket</artifactId>
|
391 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 392 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
392 | 393 | </dependency>
|
393 | 394 | <dependency>
|
394 | 395 | <groupId>org.springframework.boot</groupId>
|
395 | 396 | <artifactId>spring-boot-starter-ws</artifactId>
|
396 |
| - <version>1.2.1.BUILD-SNAPSHOT</version> |
| 397 | + <version>1.2.2.BUILD-SNAPSHOT</version> |
397 | 398 | </dependency>
|
398 | 399 |
|
399 | 400 | <!-- Third Party -->
|
|
0 commit comments