|
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.1.4.BUILD-SNAPSHOT</version> |
| 6 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
6 | 7 | <packaging>pom</packaging>
|
7 | 8 | <name>Spring Boot Dependencies</name>
|
8 | 9 | <description>Spring Boot Dependencies</description>
|
|
128 | 129 | <dependency>
|
129 | 130 | <groupId>org.springframework.boot</groupId>
|
130 | 131 | <artifactId>spring-boot</artifactId>
|
131 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 132 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
132 | 133 | </dependency>
|
133 | 134 | <dependency>
|
134 | 135 | <groupId>org.springframework.boot</groupId>
|
135 | 136 | <artifactId>spring-boot</artifactId>
|
136 | 137 | <type>test-jar</type>
|
137 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 138 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
138 | 139 | </dependency>
|
139 | 140 | <dependency>
|
140 | 141 | <groupId>org.springframework.boot</groupId>
|
141 | 142 | <artifactId>spring-boot-actuator</artifactId>
|
142 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 143 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
143 | 144 | </dependency>
|
144 | 145 | <dependency>
|
145 | 146 | <groupId>org.springframework.boot</groupId>
|
146 | 147 | <artifactId>spring-boot-autoconfigure</artifactId>
|
147 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 148 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
148 | 149 | </dependency>
|
149 | 150 | <dependency>
|
150 | 151 | <groupId>org.springframework.boot</groupId>
|
151 | 152 | <artifactId>spring-boot-dependency-tools</artifactId>
|
152 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 153 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
153 | 154 | </dependency>
|
154 | 155 | <dependency>
|
155 | 156 | <groupId>org.springframework.boot</groupId>
|
156 | 157 | <artifactId>spring-boot-loader</artifactId>
|
157 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 158 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
158 | 159 | </dependency>
|
159 | 160 | <dependency>
|
160 | 161 | <groupId>org.springframework.boot</groupId>
|
161 | 162 | <artifactId>spring-boot-loader-tools</artifactId>
|
162 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 163 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
163 | 164 | </dependency>
|
164 | 165 | <dependency>
|
165 | 166 | <groupId>org.springframework.boot</groupId>
|
166 | 167 | <artifactId>spring-boot-starter</artifactId>
|
167 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 168 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
168 | 169 | <exclusions>
|
169 | 170 | <exclusion>
|
170 | 171 | <groupId>commons-logging</groupId>
|
|
175 | 176 | <dependency>
|
176 | 177 | <groupId>org.springframework.boot</groupId>
|
177 | 178 | <artifactId>spring-boot-starter-actuator</artifactId>
|
178 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 179 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
179 | 180 | </dependency>
|
180 | 181 | <dependency>
|
181 | 182 | <groupId>org.springframework.boot</groupId>
|
182 | 183 | <artifactId>spring-boot-starter-amqp</artifactId>
|
183 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 184 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
184 | 185 | </dependency>
|
185 | 186 | <dependency>
|
186 | 187 | <groupId>org.springframework.boot</groupId>
|
187 | 188 | <artifactId>spring-boot-starter-aop</artifactId>
|
188 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 189 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
189 | 190 | </dependency>
|
190 | 191 | <dependency>
|
191 | 192 | <groupId>org.springframework.boot</groupId>
|
192 | 193 | <artifactId>spring-boot-starter-batch</artifactId>
|
193 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 194 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
194 | 195 | </dependency>
|
195 | 196 | <dependency>
|
196 | 197 | <groupId>org.springframework.boot</groupId>
|
197 | 198 | <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
|
198 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 199 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
199 | 200 | </dependency>
|
200 | 201 | <dependency>
|
201 | 202 | <groupId>org.springframework.boot</groupId>
|
202 | 203 | <artifactId>spring-boot-starter-data-gemfire</artifactId>
|
203 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 204 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
204 | 205 | </dependency>
|
205 | 206 | <dependency>
|
206 | 207 | <groupId>org.springframework.boot</groupId>
|
207 | 208 | <artifactId>spring-boot-starter-data-jpa</artifactId>
|
208 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 209 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
209 | 210 | </dependency>
|
210 | 211 | <dependency>
|
211 | 212 | <groupId>org.springframework.boot</groupId>
|
212 | 213 | <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
213 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 214 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
214 | 215 | </dependency>
|
215 | 216 | <dependency>
|
216 | 217 | <groupId>org.springframework.boot</groupId>
|
217 | 218 | <artifactId>spring-boot-starter-data-rest</artifactId>
|
218 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 219 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
219 | 220 | </dependency>
|
220 | 221 | <dependency>
|
221 | 222 | <groupId>org.springframework.boot</groupId>
|
222 | 223 | <artifactId>spring-boot-starter-data-solr</artifactId>
|
223 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 224 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
224 | 225 | </dependency>
|
225 | 226 | <dependency>
|
226 | 227 | <groupId>org.springframework.boot</groupId>
|
227 | 228 | <artifactId>spring-boot-starter-freemarker</artifactId>
|
228 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 229 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
229 | 230 | </dependency>
|
230 | 231 | <dependency>
|
231 | 232 | <groupId>org.springframework.boot</groupId>
|
232 | 233 | <artifactId>spring-boot-starter-groovy-templates</artifactId>
|
233 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 234 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
234 | 235 | </dependency>
|
235 | 236 | <dependency>
|
236 | 237 | <groupId>org.springframework.boot</groupId>
|
237 | 238 | <artifactId>spring-boot-starter-hornetq</artifactId>
|
238 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 239 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
239 | 240 | </dependency>
|
240 | 241 | <dependency>
|
241 | 242 | <groupId>org.springframework.boot</groupId>
|
242 | 243 | <artifactId>spring-boot-starter-integration</artifactId>
|
243 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 244 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
244 | 245 | </dependency>
|
245 | 246 | <dependency>
|
246 | 247 | <groupId>org.springframework.boot</groupId>
|
247 | 248 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
248 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 249 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
249 | 250 | </dependency>
|
250 | 251 | <dependency>
|
251 | 252 | <groupId>org.springframework.boot</groupId>
|
252 | 253 | <artifactId>spring-boot-starter-jetty</artifactId>
|
253 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 254 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
254 | 255 | </dependency>
|
255 | 256 | <dependency>
|
256 | 257 | <groupId>org.springframework.boot</groupId>
|
257 | 258 | <artifactId>spring-boot-starter-log4j</artifactId>
|
258 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 259 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
259 | 260 | </dependency>
|
260 | 261 | <dependency>
|
261 | 262 | <groupId>org.springframework.boot</groupId>
|
262 | 263 | <artifactId>spring-boot-starter-logging</artifactId>
|
263 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 264 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
264 | 265 | </dependency>
|
265 | 266 | <dependency>
|
266 | 267 | <groupId>org.springframework.boot</groupId>
|
267 | 268 | <artifactId>spring-boot-starter-mobile</artifactId>
|
268 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 269 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
269 | 270 | </dependency>
|
270 | 271 | <dependency>
|
271 | 272 | <groupId>org.springframework.boot</groupId>
|
272 | 273 | <artifactId>spring-boot-starter-redis</artifactId>
|
273 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 274 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
274 | 275 | </dependency>
|
275 | 276 | <dependency>
|
276 | 277 | <groupId>org.springframework.boot</groupId>
|
277 | 278 | <artifactId>spring-boot-starter-remote-shell</artifactId>
|
278 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 279 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
279 | 280 | </dependency>
|
280 | 281 | <dependency>
|
281 | 282 | <groupId>org.springframework.boot</groupId>
|
282 | 283 | <artifactId>spring-boot-starter-security</artifactId>
|
283 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 284 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
284 | 285 | </dependency>
|
285 | 286 | <dependency>
|
286 | 287 | <groupId>org.springframework.boot</groupId>
|
287 | 288 | <artifactId>spring-boot-starter-social-facebook</artifactId>
|
288 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 289 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
289 | 290 | </dependency>
|
290 | 291 | <dependency>
|
291 | 292 | <groupId>org.springframework.boot</groupId>
|
292 | 293 | <artifactId>spring-boot-starter-social-linkedin</artifactId>
|
293 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 294 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
294 | 295 | </dependency>
|
295 | 296 | <dependency>
|
296 | 297 | <groupId>org.springframework.boot</groupId>
|
297 | 298 | <artifactId>spring-boot-starter-social-twitter</artifactId>
|
298 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 299 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
299 | 300 | </dependency>
|
300 | 301 | <dependency>
|
301 | 302 | <groupId>org.springframework.boot</groupId>
|
302 | 303 | <artifactId>spring-boot-starter-test</artifactId>
|
303 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 304 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
304 | 305 | <exclusions>
|
305 | 306 | <exclusion>
|
306 | 307 | <groupId>commons-logging</groupId>
|
|
311 | 312 | <dependency>
|
312 | 313 | <groupId>org.springframework.boot</groupId>
|
313 | 314 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
314 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 315 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
315 | 316 | </dependency>
|
316 | 317 | <dependency>
|
317 | 318 | <groupId>org.springframework.boot</groupId>
|
318 | 319 | <artifactId>spring-boot-starter-tomcat</artifactId>
|
319 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 320 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
320 | 321 | </dependency>
|
321 | 322 | <dependency>
|
322 | 323 | <groupId>org.springframework.boot</groupId>
|
323 | 324 | <artifactId>spring-boot-starter-velocity</artifactId>
|
324 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 325 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
325 | 326 | </dependency>
|
326 | 327 | <dependency>
|
327 | 328 | <groupId>org.springframework.boot</groupId>
|
328 | 329 | <artifactId>spring-boot-starter-web</artifactId>
|
329 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 330 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
330 | 331 | </dependency>
|
331 | 332 | <dependency>
|
332 | 333 | <groupId>org.springframework.boot</groupId>
|
333 | 334 | <artifactId>spring-boot-starter-websocket</artifactId>
|
334 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 335 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
335 | 336 | </dependency>
|
336 | 337 | <dependency>
|
337 | 338 | <groupId>org.springframework.boot</groupId>
|
338 | 339 | <artifactId>spring-boot-starter-ws</artifactId>
|
339 |
| - <version>1.1.4.BUILD-SNAPSHOT</version> |
| 340 | + <version>1.1.5.BUILD-SNAPSHOT</version> |
340 | 341 | </dependency>
|
341 | 342 |
|
342 | 343 | <!-- Third Party -->
|
|
0 commit comments