|
46 | 46 | <version>${slf4j.version}</version>
|
47 | 47 | </dependency>
|
48 | 48 |
|
49 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 49 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
50 | 50 | <dependency>
|
51 | 51 | <groupId>org.springframework.boot</groupId>
|
52 | 52 | <artifactId>spring-boot-starter</artifactId>
|
|
58 | 58 | </exclusions>
|
59 | 59 | </dependency>
|
60 | 60 |
|
61 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 61 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
62 | 62 | <dependency>
|
63 | 63 | <groupId>org.springframework.boot</groupId>
|
64 | 64 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
70 | 70 | </exclusions>
|
71 | 71 | </dependency>
|
72 | 72 |
|
73 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 73 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
74 | 74 | <dependency>
|
75 | 75 | <groupId>org.springframework.boot</groupId>
|
76 | 76 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
90 | 90 | </exclusions>
|
91 | 91 | </dependency>
|
92 | 92 |
|
93 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
| 93 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
94 | 94 | <dependency>
|
95 | 95 | <groupId>org.springframework.boot</groupId>
|
96 | 96 | <artifactId>spring-boot-starter-logging</artifactId>
|
97 | 97 | </dependency>
|
98 | 98 |
|
99 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
| 99 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
100 | 100 | <dependency>
|
101 | 101 | <groupId>org.springframework.boot</groupId>
|
102 | 102 | <artifactId>spring-boot-starter-mail</artifactId>
|
103 | 103 | </dependency>
|
104 | 104 |
|
105 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 105 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
106 | 106 | <dependency>
|
107 | 107 | <groupId>org.springframework.boot</groupId>
|
108 | 108 | <artifactId>spring-boot-starter-security</artifactId>
|
109 | 109 | </dependency>
|
110 | 110 |
|
111 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 111 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
112 | 112 | <dependency>
|
113 | 113 | <groupId>org.springframework.boot</groupId>
|
114 | 114 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
120 | 120 | </exclusions>
|
121 | 121 | </dependency>
|
122 | 122 |
|
123 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 123 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
124 | 124 | <dependency>
|
125 | 125 | <groupId>org.springframework.boot</groupId>
|
126 | 126 | <artifactId>spring-boot-starter-web</artifactId>
|
|
380 | 380 |
|
381 | 381 | <!--
|
382 | 382 | For ConfigFileApplicationContextInitializer class.
|
383 |
| - https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-test/pom.xml |
| 383 | + https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-test/pom.xml |
384 | 384 | -->
|
385 | 385 | <dependency>
|
386 | 386 | <groupId>org.springframework.boot</groupId>
|
|
412 | 412 | </dependencies>
|
413 | 413 |
|
414 | 414 | <parent>
|
415 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 415 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
416 | 416 | <groupId>org.springframework.boot</groupId>
|
417 | 417 | <artifactId>spring-boot-starter-parent</artifactId>
|
418 |
| - <version>1.4.6.RELEASE</version> |
| 418 | + <version>1.4.7.RELEASE</version> |
419 | 419 | </parent>
|
420 | 420 |
|
421 | 421 | <properties>
|
|
431 | 431 | <codenarc.plugin.version>0.22-1</codenarc.plugin.version>
|
432 | 432 | <codenarc.version>0.27.0</codenarc.version>
|
433 | 433 |
|
434 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 434 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
435 | 435 | <commons-dbcp.version>1.4</commons-dbcp.version>
|
436 | 436 |
|
437 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 437 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
438 | 438 | <commons-pool.version>1.5.4</commons-pool.version>
|
439 | 439 |
|
440 | 440 | <commons.lang.version>3.4</commons.lang.version>
|
|
451 | 451 | <findbugs.plugin.version>3.0.4</findbugs.plugin.version>
|
452 | 452 | <gmavenplus.plugin.version>1.5</gmavenplus.plugin.version>
|
453 | 453 |
|
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) --> |
| 454 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
455 | 455 | <groovy.version>2.0.8</groovy.version>
|
456 | 456 |
|
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) --> |
| 457 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
458 | 458 | <h2.version>1.4.196</h2.version>
|
459 | 459 |
|
460 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 460 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
461 | 461 | <hibernate-validator.version>5.2.5.Final</hibernate-validator.version>
|
462 | 462 |
|
463 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 463 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
464 | 464 | <htmlunit.version>2.21</htmlunit.version>
|
465 | 465 |
|
466 | 466 | <jacoco.plugin.version>0.7.9</jacoco.plugin.version>
|
467 | 467 | <jasmine.plugin.version>2.2</jasmine.plugin.version>
|
468 | 468 |
|
469 |
| - <!-- 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) --> |
| 469 | + <!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
470 | 470 | <java.version>1.8</java.version>
|
471 | 471 |
|
472 | 472 | <javadoc.plugin.version>2.10.4</javadoc.plugin.version>
|
473 | 473 |
|
474 |
| - <!-- 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 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
475 | 475 | <javax-mail.version>1.5.4</javax-mail.version>
|
476 | 476 |
|
477 | 477 | <javax.validation.version>1.1.0.Final</javax.validation.version>
|
478 | 478 |
|
479 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 479 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
480 | 480 | <jetty.version>9.2.18.v20160721</jetty.version>
|
481 | 481 |
|
482 | 482 | <!-- Don't forget to update version in the Url class -->
|
483 | 483 | <jquery.version>1.9.1</jquery.version>
|
484 | 484 |
|
485 | 485 | <license.plugin.version>3.0</license.plugin.version>
|
486 | 486 |
|
487 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 487 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
488 | 488 | <liquibase.version>3.5.3</liquibase.version>
|
489 | 489 |
|
490 |
| - <!-- 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 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
491 | 491 | <lombok.version>1.16.18</lombok.version>
|
492 | 492 |
|
493 | 493 | <minify.plugin.version>1.7.6</minify.plugin.version>
|
494 | 494 |
|
495 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 495 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
496 | 496 | <mysql.version>5.1.41</mysql.version>
|
497 | 497 |
|
498 | 498 | <native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
|
|
505 | 505 | <!-- Don't forget to update version in the Url class -->
|
506 | 506 | <selectizejs.version>0.12.3</selectizejs.version>
|
507 | 507 |
|
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) --> |
| 508 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
509 | 509 | <selenium.version>2.53.1</selenium.version>
|
510 | 510 |
|
511 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 511 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
512 | 512 | <servlet-api.version>3.1.0</servlet-api.version>
|
513 | 513 |
|
514 | 514 | <skipUnitTests>false</skipUnitTests>
|
515 | 515 |
|
516 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 516 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
517 | 517 | <slf4j.version>1.7.25</slf4j.version>
|
518 | 518 |
|
519 | 519 | <sortpom.plugin.version>2.5.0</sortpom.plugin.version>
|
520 | 520 |
|
521 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 521 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
522 | 522 | <spock.version>1.0-groovy-2.0</spock.version>
|
523 | 523 |
|
524 |
| - <!-- 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) --> |
| 524 | + <!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
525 | 525 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
526 | 526 |
|
527 | 527 | <subethasmtp.version>3.1.7</subethasmtp.version>
|
528 | 528 | <surefire.plugin.version>2.19.1</surefire.plugin.version>
|
529 | 529 | <testng.version>6.8.8</testng.version>
|
530 | 530 | <thumbnailator.version>0.4.8</thumbnailator.version>
|
531 | 531 |
|
532 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 532 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
533 | 533 | <thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
|
534 | 534 |
|
535 | 535 | <thymeleaf.togglz.version>2.0.0.RELEASE</thymeleaf.togglz.version>
|
536 | 536 |
|
537 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 537 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) --> |
538 | 538 | <thymeleaf.version>3.0.6.RELEASE</thymeleaf.version>
|
539 | 539 |
|
540 | 540 | <togglz.version>2.3.0.Final</togglz.version>
|
|
0 commit comments