|
66 | 66 | <version>${slf4j.version}</version>
|
67 | 67 | </dependency>
|
68 | 68 |
|
69 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 69 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.springframework.boot</groupId>
|
72 | 72 | <artifactId>spring-boot-starter</artifactId>
|
|
78 | 78 | </exclusions>
|
79 | 79 | </dependency>
|
80 | 80 |
|
81 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 81 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
82 | 82 | <dependency>
|
83 | 83 | <groupId>org.springframework.boot</groupId>
|
84 | 84 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
90 | 90 | </exclusions>
|
91 | 91 | </dependency>
|
92 | 92 |
|
93 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 93 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
94 | 94 | <dependency>
|
95 | 95 | <groupId>org.springframework.boot</groupId>
|
96 | 96 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
110 | 110 | </exclusions>
|
111 | 111 | </dependency>
|
112 | 112 |
|
113 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
| 113 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
114 | 114 | <dependency>
|
115 | 115 | <groupId>org.springframework.boot</groupId>
|
116 | 116 | <artifactId>spring-boot-starter-logging</artifactId>
|
117 | 117 | </dependency>
|
118 | 118 |
|
119 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 119 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
120 | 120 | <dependency>
|
121 | 121 | <groupId>org.springframework.boot</groupId>
|
122 | 122 | <artifactId>spring-boot-starter-security</artifactId>
|
123 | 123 | </dependency>
|
124 | 124 |
|
125 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 125 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
126 | 126 | <dependency>
|
127 | 127 | <groupId>org.springframework.boot</groupId>
|
128 | 128 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
134 | 134 | </exclusions>
|
135 | 135 | </dependency>
|
136 | 136 |
|
137 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 137 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
138 | 138 | <dependency>
|
139 | 139 | <groupId>org.springframework.boot</groupId>
|
140 | 140 | <artifactId>spring-boot-starter-web</artifactId>
|
|
435 | 435 |
|
436 | 436 | <!--
|
437 | 437 | For ConfigFileApplicationContextInitializer class.
|
438 |
| - https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-test/pom.xml |
| 438 | + https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-test/pom.xml |
439 | 439 | -->
|
440 | 440 | <dependency>
|
441 | 441 | <groupId>org.springframework.boot</groupId>
|
|
453 | 453 | </dependencies>
|
454 | 454 |
|
455 | 455 | <parent>
|
456 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 456 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
457 | 457 | <groupId>org.springframework.boot</groupId>
|
458 | 458 | <artifactId>spring-boot-starter-parent</artifactId>
|
459 |
| - <version>1.5.21.RELEASE</version> |
| 459 | + <version>1.5.22.RELEASE</version> |
460 | 460 | </parent>
|
461 | 461 |
|
462 | 462 | <properties>
|
|
472 | 472 | <codenarc.plugin.version>0.22-1</codenarc.plugin.version>
|
473 | 473 | <codenarc.version>0.27.0</codenarc.version>
|
474 | 474 |
|
475 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 475 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
476 | 476 | <commons-dbcp.version>1.4</commons-dbcp.version>
|
477 | 477 |
|
478 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 478 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
479 | 479 | <commons-pool.version>1.5.4</commons-pool.version>
|
480 | 480 |
|
481 | 481 | <commons.lang.version>3.8</commons.lang.version>
|
|
493 | 493 | <frontend.plugin.version>1.7.6</frontend.plugin.version>
|
494 | 494 | <gmavenplus.plugin.version>1.5</gmavenplus.plugin.version>
|
495 | 495 |
|
496 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 496 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
497 | 497 | <groovy.version>2.0.8</groovy.version>
|
498 | 498 |
|
499 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 499 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
500 | 500 | <h2.version>1.4.199</h2.version>
|
501 | 501 |
|
502 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 502 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
503 | 503 | <hamcrest.version>1.3</hamcrest.version>
|
504 | 504 |
|
505 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 505 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
506 | 506 | <hibernate-validator.version>5.4.2.Final</hibernate-validator.version>
|
507 | 507 |
|
508 | 508 | <jacoco.plugin.version>0.8.2</jacoco.plugin.version>
|
509 | 509 | <jasmine.plugin.version>2.2</jasmine.plugin.version>
|
510 | 510 |
|
511 |
| - <!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
| 511 | + <!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
512 | 512 | <java.version>1.8</java.version>
|
513 | 513 |
|
514 | 514 | <javadoc.plugin.version>3.0.1</javadoc.plugin.version>
|
515 | 515 |
|
516 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 516 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
517 | 517 | <javax-mail.version>1.5.4</javax-mail.version>
|
518 | 518 |
|
519 | 519 | <javax.validation.version>1.1.0.Final</javax.validation.version>
|
520 | 520 |
|
521 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 521 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
522 | 522 | <jetty.version>9.2.28.v20190418</jetty.version>
|
523 | 523 |
|
524 | 524 | <!-- Don't forget to update version in the ResourceUrl class -->
|
525 | 525 | <jquery.version>1.9.1</jquery.version>
|
526 | 526 |
|
527 | 527 | <jsoup.version>1.12.1</jsoup.version>
|
528 | 528 |
|
529 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 529 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
530 | 530 | <junit.version>4.12</junit.version>
|
531 | 531 |
|
532 | 532 | <license.plugin.version>3.0</license.plugin.version>
|
533 | 533 |
|
534 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 534 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
535 | 535 | <liquibase.version>3.5.5</liquibase.version>
|
536 | 536 |
|
537 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 537 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
538 | 538 | <lombok.version>1.18.6</lombok.version>
|
539 | 539 |
|
540 | 540 | <minify.plugin.version>1.7.6</minify.plugin.version>
|
541 | 541 |
|
542 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 542 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
543 | 543 | <mysql.version>5.1.46</mysql.version>
|
544 | 544 |
|
545 | 545 | <native2ascii.plugin.version>2.0.1</native2ascii.plugin.version>
|
546 | 546 | <owasp-plugin.version>3.0.2</owasp-plugin.version>
|
547 | 547 | <pmd.plugin.version>3.12.0</pmd.plugin.version>
|
548 | 548 |
|
549 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 549 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
550 | 550 | <postgresql.version>9.4.1212.jre7</postgresql.version>
|
551 | 551 |
|
552 | 552 | <!-- Don't forget to update version in the ResourceUrl class and in the src/main/webapp/WEB-INF/views/series/add.html -->
|
|
561 | 561 | <!-- Don't forget to update version in the ResourceUrl class and in the src/main/webapp/WEB-INF/views/series/add.html -->
|
562 | 562 | <selectizejs.version>0.12.5</selectizejs.version>
|
563 | 563 |
|
564 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 564 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
565 | 565 | <selenium-htmlunit.version>2.21</selenium-htmlunit.version>
|
566 | 566 |
|
567 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 567 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
568 | 568 | <selenium.version>2.53.1</selenium.version>
|
569 | 569 |
|
570 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 570 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
571 | 571 | <servlet-api.version>3.1.0</servlet-api.version>
|
572 | 572 |
|
573 | 573 | <skipUnitTests>false</skipUnitTests>
|
574 | 574 |
|
575 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 575 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
576 | 576 | <slf4j.version>1.7.26</slf4j.version>
|
577 | 577 |
|
578 | 578 | <sortpom.plugin.version>2.5.0</sortpom.plugin.version>
|
579 | 579 |
|
580 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 580 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
581 | 581 | <spock.version>1.0-groovy-2.0</spock.version>
|
582 | 582 |
|
583 | 583 | <spotbugs.plugin.version>3.1.11</spotbugs.plugin.version>
|
584 | 584 |
|
585 |
| - <!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
| 585 | + <!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
586 | 586 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
587 | 587 |
|
588 | 588 | <surefire.plugin.version>2.22.0</surefire.plugin.version>
|
589 | 589 | <thumbnailator.version>0.4.8</thumbnailator.version>
|
590 | 590 |
|
591 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 591 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
592 | 592 | <thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
|
593 | 593 |
|
594 | 594 | <thymeleaf.togglz.version>2.0.1.RELEASE</thymeleaf.togglz.version>
|
595 | 595 |
|
596 |
| - <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 596 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml) --> |
597 | 597 | <thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
|
598 | 598 |
|
599 | 599 | <togglz.version>2.6.1.Final</togglz.version>
|
|
0 commit comments