|
40 | 40 | <version>${slf4j.version}</version>
|
41 | 41 | </dependency>
|
42 | 42 |
|
43 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 43 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
44 | 44 | <dependency>
|
45 | 45 | <groupId>org.springframework.boot</groupId>
|
46 | 46 | <artifactId>spring-boot-starter</artifactId>
|
|
52 | 52 | </exclusions>
|
53 | 53 | </dependency>
|
54 | 54 |
|
55 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 55 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
56 | 56 | <dependency>
|
57 | 57 | <groupId>org.springframework.boot</groupId>
|
58 | 58 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
64 | 64 | </exclusions>
|
65 | 65 | </dependency>
|
66 | 66 |
|
67 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 67 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
68 | 68 | <dependency>
|
69 | 69 | <groupId>org.springframework.boot</groupId>
|
70 | 70 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
84 | 84 | </exclusions>
|
85 | 85 | </dependency>
|
86 | 86 |
|
87 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
| 87 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
88 | 88 | <dependency>
|
89 | 89 | <groupId>org.springframework.boot</groupId>
|
90 | 90 | <artifactId>spring-boot-starter-logging</artifactId>
|
91 | 91 | </dependency>
|
92 | 92 |
|
93 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
| 93 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
94 | 94 | <dependency>
|
95 | 95 | <groupId>org.springframework.boot</groupId>
|
96 | 96 | <artifactId>spring-boot-starter-mail</artifactId>
|
97 | 97 | </dependency>
|
98 | 98 |
|
99 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 99 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
100 | 100 | <dependency>
|
101 | 101 | <groupId>org.springframework.boot</groupId>
|
102 | 102 | <artifactId>spring-boot-starter-security</artifactId>
|
103 | 103 | </dependency>
|
104 | 104 |
|
105 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 105 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
106 | 106 | <dependency>
|
107 | 107 | <groupId>org.springframework.boot</groupId>
|
108 | 108 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
114 | 114 | </exclusions>
|
115 | 115 | </dependency>
|
116 | 116 |
|
117 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 117 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
118 | 118 | <dependency>
|
119 | 119 | <groupId>org.springframework.boot</groupId>
|
120 | 120 | <artifactId>spring-boot-starter-web</artifactId>
|
|
374 | 374 |
|
375 | 375 | <!--
|
376 | 376 | For ConfigFileApplicationContextInitializer class.
|
377 |
| - https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-test/pom.xml |
| 377 | + https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-test/pom.xml |
378 | 378 | -->
|
379 | 379 | <dependency>
|
380 | 380 | <groupId>org.springframework.boot</groupId>
|
|
406 | 406 | </dependencies>
|
407 | 407 |
|
408 | 408 | <parent>
|
409 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 409 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
410 | 410 | <groupId>org.springframework.boot</groupId>
|
411 | 411 | <artifactId>spring-boot-starter-parent</artifactId>
|
412 |
| - <version>1.4.5.RELEASE</version> |
| 412 | + <version>1.4.6.RELEASE</version> |
413 | 413 | </parent>
|
414 | 414 |
|
415 | 415 | <properties>
|
|
425 | 425 | <codenarc.plugin.version>0.22-1</codenarc.plugin.version>
|
426 | 426 | <codenarc.version>0.25.2</codenarc.version>
|
427 | 427 |
|
428 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 428 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
429 | 429 | <commons-dbcp.version>1.4</commons-dbcp.version>
|
430 | 430 |
|
431 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 431 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
432 | 432 | <commons-pool.version>1.5.4</commons-pool.version>
|
433 | 433 |
|
434 | 434 | <commons.lang.version>3.4</commons.lang.version>
|
|
445 | 445 | <findbugs.plugin.version>3.0.4</findbugs.plugin.version>
|
446 | 446 | <gmavenplus.plugin.version>1.5</gmavenplus.plugin.version>
|
447 | 447 |
|
448 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 448 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
449 | 449 | <groovy.version>2.0.8</groovy.version>
|
450 | 450 |
|
451 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 451 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
452 | 452 | <h2.version>1.4.194</h2.version>
|
453 | 453 |
|
454 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 454 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
455 | 455 | <hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
|
456 | 456 |
|
457 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 457 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
458 | 458 | <htmlunit.version>2.21</htmlunit.version>
|
459 | 459 |
|
460 | 460 | <jacoco.plugin.version>0.7.9</jacoco.plugin.version>
|
461 | 461 | <jasmine.plugin.version>2.2</jasmine.plugin.version>
|
462 | 462 |
|
463 |
| - <!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
| 463 | + <!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
464 | 464 | <java.version>1.8</java.version>
|
465 | 465 |
|
466 | 466 | <javadoc.plugin.version>2.10.4</javadoc.plugin.version>
|
467 | 467 |
|
468 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 468 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
469 | 469 | <javax-mail.version>1.5.4</javax-mail.version>
|
470 | 470 |
|
471 | 471 | <javax.validation.version>1.1.0.Final</javax.validation.version>
|
472 | 472 |
|
473 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 473 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
474 | 474 | <jetty.version>9.2.18.v20160721</jetty.version>
|
475 | 475 |
|
476 | 476 | <!-- Don't forget to update version in the Url class -->
|
477 | 477 | <jquery.version>1.9.1</jquery.version>
|
478 | 478 |
|
479 | 479 | <license.plugin.version>3.0</license.plugin.version>
|
480 | 480 |
|
481 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 481 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
482 | 482 | <liquibase.version>3.5.3</liquibase.version>
|
483 | 483 |
|
484 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 484 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
485 | 485 | <lombok.version>1.16.16</lombok.version>
|
486 | 486 |
|
487 | 487 | <minify.plugin.version>1.7.6</minify.plugin.version>
|
488 | 488 |
|
489 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 489 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
490 | 490 | <mysql.version>5.1.41</mysql.version>
|
491 | 491 |
|
492 | 492 | <native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
|
|
502 | 502 | <!-- Don't forget to update version in the Url class -->
|
503 | 503 | <selectizejs.version>0.12.3</selectizejs.version>
|
504 | 504 |
|
505 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 505 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
506 | 506 | <selenium.version>2.53.1</selenium.version>
|
507 | 507 |
|
508 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 508 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
509 | 509 | <servlet-api.version>3.1.0</servlet-api.version>
|
510 | 510 |
|
511 | 511 | <skipUnitTests>false</skipUnitTests>
|
512 | 512 |
|
513 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 513 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
514 | 514 | <slf4j.version>1.7.25</slf4j.version>
|
515 | 515 |
|
516 | 516 | <sortpom.plugin.version>2.5.0</sortpom.plugin.version>
|
517 | 517 |
|
518 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 518 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
519 | 519 | <spock.version>1.0-groovy-2.0</spock.version>
|
520 | 520 |
|
521 |
| - <!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
| 521 | + <!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
522 | 522 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
523 | 523 |
|
524 | 524 | <subethasmtp.version>3.1.7</subethasmtp.version>
|
525 | 525 | <surefire.plugin.version>2.19.1</surefire.plugin.version>
|
526 | 526 | <testng.version>6.8.8</testng.version>
|
527 | 527 |
|
528 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 528 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
529 | 529 | <thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
|
530 | 530 |
|
531 | 531 | <thymeleaf.togglz.version>2.0.0.RELEASE</thymeleaf.togglz.version>
|
532 | 532 |
|
533 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.5.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 533 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
534 | 534 | <thymeleaf.version>3.0.3.RELEASE</thymeleaf.version>
|
535 | 535 |
|
536 | 536 | <togglz.version>2.3.0.Final</togglz.version>
|
|
0 commit comments