|
49 | 49 | </dependency>
|
50 | 50 |
|
51 | 51 | <dependency>
|
52 |
| - <groupId>org.hibernate</groupId> |
| 52 | + <groupId>org.hibernate.validator</groupId> |
53 | 53 | <artifactId>hibernate-validator</artifactId>
|
54 | 54 | <version>${hibernate-validator.version}</version>
|
55 | 55 | </dependency>
|
|
66 | 66 | <version>${slf4j.version}</version>
|
67 | 67 | </dependency>
|
68 | 68 |
|
69 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 69 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/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.22.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 81 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/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>
|
85 |
| - <exclusions> |
86 |
| - <exclusion> |
87 |
| - <groupId>org.apache.tomcat</groupId> |
88 |
| - <artifactId>tomcat-jdbc</artifactId> |
89 |
| - </exclusion> |
90 |
| - </exclusions> |
91 | 85 | </dependency>
|
92 | 86 |
|
93 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 87 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
94 | 88 | <dependency>
|
95 | 89 | <groupId>org.springframework.boot</groupId>
|
96 | 90 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
110 | 104 | </exclusions>
|
111 | 105 | </dependency>
|
112 | 106 |
|
113 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
| 107 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
114 | 108 | <dependency>
|
115 | 109 | <groupId>org.springframework.boot</groupId>
|
116 | 110 | <artifactId>spring-boot-starter-logging</artifactId>
|
117 | 111 | </dependency>
|
118 | 112 |
|
119 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 113 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
120 | 114 | <dependency>
|
121 | 115 | <groupId>org.springframework.boot</groupId>
|
122 | 116 | <artifactId>spring-boot-starter-security</artifactId>
|
123 | 117 | </dependency>
|
124 | 118 |
|
125 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-test/pom.xml --> |
| 119 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml --> |
126 | 120 | <dependency>
|
127 | 121 | <groupId>org.springframework.boot</groupId>
|
128 | 122 | <artifactId>spring-boot-starter-test</artifactId>
|
|
143 | 137 | <groupId>org.hamcrest</groupId>
|
144 | 138 | <artifactId>hamcrest-library</artifactId>
|
145 | 139 | </exclusion>
|
| 140 | + <exclusion> |
| 141 | + <groupId>org.xmlunit</groupId> |
| 142 | + <artifactId>xmlunit-core</artifactId> |
| 143 | + </exclusion> |
146 | 144 | </exclusions>
|
147 | 145 | </dependency>
|
148 | 146 |
|
149 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 147 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
150 | 148 | <dependency>
|
151 | 149 | <groupId>org.springframework.boot</groupId>
|
152 | 150 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
153 | 151 | <exclusions>
|
154 | 152 | <exclusion>
|
155 |
| - <groupId>nz.net.ultraq.thymeleaf</groupId> |
156 |
| - <artifactId>thymeleaf-layout-dialect</artifactId> |
| 153 | + <groupId>org.thymeleaf.extras</groupId> |
| 154 | + <artifactId>thymeleaf-extras-java8time</artifactId> |
157 | 155 | </exclusion>
|
158 | 156 | </exclusions>
|
159 | 157 | </dependency>
|
160 | 158 |
|
161 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 159 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
162 | 160 | <dependency>
|
163 | 161 | <groupId>org.springframework.boot</groupId>
|
164 | 162 | <artifactId>spring-boot-starter-web</artifactId>
|
|
196 | 194 | <scope>provided</scope>
|
197 | 195 | </dependency>
|
198 | 196 |
|
199 |
| - <!-- https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/?v=5.2#validator-annotation-processor --> |
| 197 | + <!-- https://docs.jboss.org/hibernate/validator/6.0/reference/en-US/html_single/#validator-annotation-processor --> |
200 | 198 | <dependency>
|
201 |
| - <groupId>org.hibernate</groupId> |
| 199 | + <groupId>org.hibernate.validator</groupId> |
202 | 200 | <artifactId>hibernate-validator-annotation-processor</artifactId>
|
203 | 201 | <version>${hibernate-validator.version}</version>
|
204 | 202 | <scope>provided</scope>
|
|
265 | 263 |
|
266 | 264 | <dependency>
|
267 | 265 | <groupId>org.thymeleaf.extras</groupId>
|
268 |
| - <artifactId>thymeleaf-extras-springsecurity4</artifactId> |
269 |
| - <version>${thymeleaf-extras-springsecurity4.version}</version> |
| 266 | + <artifactId>thymeleaf-extras-springsecurity5</artifactId> |
| 267 | + <version>${thymeleaf-extras-springsecurity.version}</version> |
270 | 268 | <scope>runtime</scope>
|
271 | 269 | </dependency>
|
272 | 270 |
|
|
422 | 420 | <dependency>
|
423 | 421 | <groupId>org.spockframework</groupId>
|
424 | 422 | <artifactId>spock-core</artifactId>
|
| 423 | + <version>${spock.version}</version> |
425 | 424 | <scope>test</scope>
|
426 | 425 | </dependency>
|
427 | 426 |
|
|
440 | 439 |
|
441 | 440 | </dependencies>
|
442 | 441 |
|
| 442 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
443 | 443 | <parent>
|
444 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
445 | 444 | <groupId>org.springframework.boot</groupId>
|
446 | 445 | <artifactId>spring-boot-starter-parent</artifactId>
|
447 |
| - <version>1.5.22.RELEASE</version> |
| 446 | + <version>2.0.9.RELEASE</version> |
448 | 447 | </parent>
|
449 | 448 |
|
450 | 449 | <!--
|
451 | 450 | All default versions from Spring Boot can be found there:
|
452 |
| - https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-dependencies/pom.xml |
| 451 | + https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-dependencies/pom.xml |
453 | 452 | -->
|
454 | 453 | <properties>
|
455 | 454 | <!-- Redefine default value from spring-boot-dependencies -->
|
|
486 | 485 | <h2.version>1.4.199</h2.version>
|
487 | 486 |
|
488 | 487 | <!-- Redefine default value from spring-boot-dependencies -->
|
489 |
| - <hibernate-validator.version>5.4.2.Final</hibernate-validator.version> |
| 488 | + <hibernate-validator.version>6.0.16.Final</hibernate-validator.version> |
490 | 489 |
|
491 | 490 | <!-- Redefine default value from spring-boot-dependencies -->
|
492 | 491 | <hikaricp.version>3.4.1</hikaricp.version>
|
|
497 | 496 | <jacoco.plugin.version>0.8.2</jacoco.plugin.version>
|
498 | 497 | <jasmine.plugin.version>2.2</jasmine.plugin.version>
|
499 | 498 |
|
500 |
| - <!-- 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) --> |
| 499 | + <!-- |
| 500 | + Redefine default value from spring-boot-starter-parent: |
| 501 | + https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml |
| 502 | + --> |
501 | 503 | <java.version>1.8</java.version>
|
502 | 504 |
|
503 | 505 | <javadoc.plugin.version>3.0.1</javadoc.plugin.version>
|
| 506 | + <javassist.version>3.21.0-GA</javassist.version> |
504 | 507 |
|
505 | 508 | <!-- Redefine default value from spring-boot-dependencies -->
|
506 | 509 | <javax-mail.version>1.5.4</javax-mail.version>
|
507 | 510 |
|
508 | 511 | <!-- Redefine default value from spring-boot-dependencies -->
|
509 |
| - <javax-validation.version>1.1.0.Final</javax-validation.version> |
| 512 | + <javax-validation.version>2.0.1.Final</javax-validation.version> |
510 | 513 |
|
511 | 514 | <!-- Redefine default value from spring-boot-dependencies -->
|
512 |
| - <jetty.version>9.2.28.v20190418</jetty.version> |
| 515 | + <jetty.version>9.4.19.v20190610</jetty.version> |
513 | 516 |
|
514 | 517 | <!-- Don't forget to update version in the ResourceUrl class -->
|
515 | 518 | <jquery.version>1.9.1</jquery.version>
|
|
567 | 570 |
|
568 | 571 | <sortpom.plugin.version>2.5.0</sortpom.plugin.version>
|
569 | 572 |
|
570 |
| - <!-- Redefine default value from spring-boot-dependencies --> |
571 | 573 | <spock.version>1.0-groovy-2.0</spock.version>
|
572 |
| - |
573 | 574 | <spotbugs.plugin.version>3.1.11</spotbugs.plugin.version>
|
574 | 575 |
|
575 |
| - <!-- 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) --> |
| 576 | + <!-- |
| 577 | + Define default value for spring-boot-starter-parent: |
| 578 | + https://github.com/spring-projects/spring-boot/blob/v2.0.9.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml |
| 579 | + --> |
576 | 580 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
577 | 581 |
|
578 | 582 | <surefire.plugin.version>2.22.0</surefire.plugin.version>
|
579 | 583 | <thumbnailator.version>0.4.8</thumbnailator.version>
|
580 | 584 |
|
581 | 585 | <!-- Redefine default value from spring-boot-dependencies -->
|
582 |
| - <thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version> |
| 586 | + <thymeleaf-extras-springsecurity.version>3.0.4.RELEASE</thymeleaf-extras-springsecurity.version> |
583 | 587 |
|
584 | 588 | <thymeleaf.togglz.version>2.0.1.RELEASE</thymeleaf.togglz.version>
|
585 | 589 |
|
|
785 | 789 | <showDeprecation>true</showDeprecation>
|
786 | 790 | <showWarnings>true</showWarnings>
|
787 | 791 | <debug>false</debug>
|
788 |
| - <failOnWarning>true</failOnWarning> |
789 |
| - <!-- Required for using method's parameters inside of @PreAuthorize expressions --> |
790 |
| - <parameters>true</parameters> |
| 792 | + <!-- @todo #869 Fix compilation warnings and enable failOnWarning again --> |
| 793 | + <!--<failOnWarning>true</failOnWarning>--> |
791 | 794 | <!-- Required for ErrorProne -->
|
792 | 795 | <!-- @todo #971 Document ErrorProne tool -->
|
793 | 796 | <compilerArgs>
|
|
0 commit comments