|
52 | 52 | <version>${slf4j.version}</version>
|
53 | 53 | </dependency>
|
54 | 54 |
|
55 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 55 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
56 | 56 | <dependency>
|
57 | 57 | <groupId>org.springframework.boot</groupId>
|
58 | 58 | <artifactId>spring-boot-starter</artifactId>
|
|
64 | 64 | </exclusions>
|
65 | 65 | </dependency>
|
66 | 66 |
|
67 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 67 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
68 | 68 | <dependency>
|
69 | 69 | <groupId>org.springframework.boot</groupId>
|
70 | 70 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
76 | 76 | </exclusions>
|
77 | 77 | </dependency>
|
78 | 78 |
|
79 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 79 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
80 | 80 | <dependency>
|
81 | 81 | <groupId>org.springframework.boot</groupId>
|
82 | 82 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
96 | 96 | </exclusions>
|
97 | 97 | </dependency>
|
98 | 98 |
|
99 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
| 99 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
100 | 100 | <dependency>
|
101 | 101 | <groupId>org.springframework.boot</groupId>
|
102 | 102 | <artifactId>spring-boot-starter-logging</artifactId>
|
103 | 103 | </dependency>
|
104 | 104 |
|
105 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
| 105 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
106 | 106 | <dependency>
|
107 | 107 | <groupId>org.springframework.boot</groupId>
|
108 | 108 | <artifactId>spring-boot-starter-mail</artifactId>
|
109 | 109 | </dependency>
|
110 | 110 |
|
111 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 111 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
112 | 112 | <dependency>
|
113 | 113 | <groupId>org.springframework.boot</groupId>
|
114 | 114 | <artifactId>spring-boot-starter-security</artifactId>
|
115 | 115 | </dependency>
|
116 | 116 |
|
117 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 117 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
118 | 118 | <dependency>
|
119 | 119 | <groupId>org.springframework.boot</groupId>
|
120 | 120 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
126 | 126 | </exclusions>
|
127 | 127 | </dependency>
|
128 | 128 |
|
129 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 129 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
130 | 130 | <dependency>
|
131 | 131 | <groupId>org.springframework.boot</groupId>
|
132 | 132 | <artifactId>spring-boot-starter-web</artifactId>
|
|
414 | 414 |
|
415 | 415 | <!--
|
416 | 416 | For ConfigFileApplicationContextInitializer class.
|
417 |
| - https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-test/pom.xml |
| 417 | + https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-test/pom.xml |
418 | 418 | -->
|
419 | 419 | <dependency>
|
420 | 420 | <groupId>org.springframework.boot</groupId>
|
|
446 | 446 | </dependencies>
|
447 | 447 |
|
448 | 448 | <parent>
|
449 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 449 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
450 | 450 | <groupId>org.springframework.boot</groupId>
|
451 | 451 | <artifactId>spring-boot-starter-parent</artifactId>
|
452 |
| - <version>1.5.13.RELEASE</version> |
| 452 | + <version>1.5.14.RELEASE</version> |
453 | 453 | </parent>
|
454 | 454 |
|
455 | 455 | <properties>
|
|
465 | 465 | <codenarc.plugin.version>0.22-1</codenarc.plugin.version>
|
466 | 466 | <codenarc.version>0.27.0</codenarc.version>
|
467 | 467 |
|
468 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 468 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
469 | 469 | <commons-dbcp.version>1.4</commons-dbcp.version>
|
470 | 470 |
|
471 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 471 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
472 | 472 | <commons-pool.version>1.5.4</commons-pool.version>
|
473 | 473 |
|
474 | 474 | <commons.lang.version>3.4</commons.lang.version>
|
|
486 | 486 | <findbugs.plugin.version>3.0.5</findbugs.plugin.version>
|
487 | 487 | <gmavenplus.plugin.version>1.5</gmavenplus.plugin.version>
|
488 | 488 |
|
489 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 489 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
490 | 490 | <groovy.version>2.0.8</groovy.version>
|
491 | 491 |
|
492 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 492 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
493 | 493 | <h2.version>1.4.197</h2.version>
|
494 | 494 |
|
495 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 495 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
496 | 496 | <hamcrest.version>1.3</hamcrest.version>
|
497 | 497 |
|
498 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 498 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
499 | 499 | <hibernate-validator.version>5.2.5.Final</hibernate-validator.version>
|
500 | 500 |
|
501 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 501 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
502 | 502 | <htmlunit.version>2.21</htmlunit.version>
|
503 | 503 |
|
504 | 504 | <jacoco.plugin.version>0.7.9</jacoco.plugin.version>
|
505 | 505 | <jasmine.plugin.version>2.2</jasmine.plugin.version>
|
506 | 506 |
|
507 |
| - <!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
| 507 | + <!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
508 | 508 | <java.version>1.8</java.version>
|
509 | 509 |
|
510 | 510 | <javadoc.plugin.version>3.0.0</javadoc.plugin.version>
|
511 | 511 |
|
512 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 512 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
513 | 513 | <javax-mail.version>1.5.4</javax-mail.version>
|
514 | 514 |
|
515 | 515 | <javax.validation.version>1.1.0.Final</javax.validation.version>
|
516 | 516 |
|
517 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 517 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
518 | 518 | <jetty.version>9.2.18.v20160721</jetty.version>
|
519 | 519 |
|
520 | 520 | <!-- Don't forget to update version in the Url class -->
|
521 | 521 | <jquery.version>1.9.1</jquery.version>
|
522 | 522 |
|
523 | 523 | <jsoup.version>1.11.3</jsoup.version>
|
524 | 524 |
|
525 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 525 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
526 | 526 | <junit.version>4.12</junit.version>
|
527 | 527 |
|
528 | 528 | <license.plugin.version>3.0</license.plugin.version>
|
529 | 529 |
|
530 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 530 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
531 | 531 | <liquibase.version>3.5.5</liquibase.version>
|
532 | 532 |
|
533 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 533 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
534 | 534 | <lombok.version>1.16.20</lombok.version>
|
535 | 535 |
|
536 | 536 | <minify.plugin.version>1.7.6</minify.plugin.version>
|
537 | 537 |
|
538 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 538 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
539 | 539 | <mysql.version>5.1.46</mysql.version>
|
540 | 540 |
|
541 | 541 | <native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
|
|
549 | 549 | <!-- Don't forget to update version in the Url class and in the src/main/webapp/WEB-INF/views/series/add.html -->
|
550 | 550 | <selectizejs.version>0.12.4</selectizejs.version>
|
551 | 551 |
|
552 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 552 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
553 | 553 | <selenium.version>2.53.1</selenium.version>
|
554 | 554 |
|
555 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 555 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
556 | 556 | <servlet-api.version>3.1.0</servlet-api.version>
|
557 | 557 |
|
558 | 558 | <skipUnitTests>false</skipUnitTests>
|
559 | 559 |
|
560 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 560 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
561 | 561 | <slf4j.version>1.7.25</slf4j.version>
|
562 | 562 |
|
563 | 563 | <sortpom.plugin.version>2.5.0</sortpom.plugin.version>
|
564 | 564 |
|
565 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 565 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
566 | 566 | <spock.version>1.0-groovy-2.0</spock.version>
|
567 | 567 |
|
568 |
| - <!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
| 568 | + <!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
569 | 569 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
570 | 570 |
|
571 | 571 | <subethasmtp.version>3.1.7</subethasmtp.version>
|
572 | 572 | <surefire.plugin.version>2.19.1</surefire.plugin.version>
|
573 | 573 | <testng.version>6.8.8</testng.version>
|
574 | 574 | <thumbnailator.version>0.4.8</thumbnailator.version>
|
575 | 575 |
|
576 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 576 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
577 | 577 | <thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
|
578 | 578 |
|
579 | 579 | <thymeleaf.togglz.version>2.0.1.RELEASE</thymeleaf.togglz.version>
|
580 | 580 |
|
581 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 581 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.14.RELEASE/spring-boot-dependencies/pom.xml) --> |
582 | 582 | <thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
|
583 | 583 |
|
584 | 584 | <togglz.version>2.5.0.Final</togglz.version>
|
|
0 commit comments