|
79 | 79 | <version>${slf4j.version}</version>
|
80 | 80 | </dependency>
|
81 | 81 |
|
82 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 82 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml --> |
83 | 83 | <dependency>
|
84 | 84 | <groupId>org.springframework.boot</groupId>
|
85 | 85 | <artifactId>spring-boot-starter</artifactId>
|
|
91 | 91 | </exclusions>
|
92 | 92 | </dependency>
|
93 | 93 |
|
94 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 94 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.springframework.boot</groupId>
|
97 | 97 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
98 | 98 | </dependency>
|
99 | 99 |
|
100 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 100 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
101 | 101 | <dependency>
|
102 | 102 | <groupId>org.springframework.boot</groupId>
|
103 | 103 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
117 | 117 | </exclusions>
|
118 | 118 | </dependency>
|
119 | 119 |
|
120 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
| 120 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
121 | 121 | <dependency>
|
122 | 122 | <groupId>org.springframework.boot</groupId>
|
123 | 123 | <artifactId>spring-boot-starter-logging</artifactId>
|
124 | 124 | </dependency>
|
125 | 125 |
|
126 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 126 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
127 | 127 | <dependency>
|
128 | 128 | <groupId>org.springframework.boot</groupId>
|
129 | 129 | <artifactId>spring-boot-starter-security</artifactId>
|
130 | 130 | </dependency>
|
131 | 131 |
|
132 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 132 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
133 | 133 | <dependency>
|
134 | 134 | <groupId>org.springframework.boot</groupId>
|
135 | 135 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
141 | 141 | </exclusions>
|
142 | 142 | </dependency>
|
143 | 143 |
|
144 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 144 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
145 | 145 | <dependency>
|
146 | 146 | <groupId>org.springframework.boot</groupId>
|
147 | 147 | <artifactId>spring-boot-starter-web</artifactId>
|
|
434 | 434 | <scope>test</scope>
|
435 | 435 | </dependency>
|
436 | 436 |
|
| 437 | + <!-- Other dependencies (junit-junit-engine and junit-vintage-engine) pull from spring-boot-starter-test --> |
437 | 438 | <dependency>
|
438 | 439 | <groupId>org.junit.jupiter</groupId>
|
439 | 440 | <artifactId>junit-jupiter-api</artifactId>
|
440 | 441 | <version>${junit-jupiter.version}</version>
|
441 | 442 | <scope>test</scope>
|
442 | 443 | </dependency>
|
443 | 444 |
|
444 |
| - <dependency> |
445 |
| - <groupId>org.junit.jupiter</groupId> |
446 |
| - <artifactId>junit-jupiter-engine</artifactId> |
447 |
| - <version>${junit-jupiter.version}</version> |
448 |
| - <scope>test</scope> |
449 |
| - </dependency> |
450 |
| - |
451 |
| - <dependency> |
452 |
| - <groupId>org.junit.vintage</groupId> |
453 |
| - <artifactId>junit-vintage-engine</artifactId> |
454 |
| - <version>${junit-jupiter.version}</version> |
455 |
| - <scope>test</scope> |
456 |
| - </dependency> |
457 |
| - |
458 | 445 | <dependency>
|
459 | 446 | <groupId>org.seleniumhq.selenium</groupId>
|
460 | 447 | <artifactId>htmlunit-driver</artifactId>
|
|
489 | 476 | <scope>test</scope>
|
490 | 477 | </dependency>
|
491 | 478 |
|
492 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml --> |
| 479 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml --> |
493 | 480 | <dependency>
|
494 | 481 | <groupId>org.springframework.boot</groupId>
|
495 | 482 | <artifactId>spring-boot-starter-test</artifactId>
|
|
503 | 490 | <groupId>org.mockito</groupId>
|
504 | 491 | <artifactId>mockito-core</artifactId>
|
505 | 492 | </exclusion>
|
| 493 | + <exclusion> |
| 494 | + <groupId>org.mockito</groupId> |
| 495 | + <artifactId>mockito-junit-jupiter</artifactId> |
| 496 | + </exclusion> |
506 | 497 | <exclusion>
|
507 | 498 | <groupId>org.skyscreamer</groupId>
|
508 | 499 | <artifactId>jsonassert</artifactId>
|
509 | 500 | </exclusion>
|
510 | 501 | <exclusion>
|
511 | 502 | <groupId>org.hamcrest</groupId>
|
512 |
| - <artifactId>hamcrest-library</artifactId> |
| 503 | + <artifactId>hamcrest</artifactId> |
513 | 504 | </exclusion>
|
514 | 505 | <exclusion>
|
515 | 506 | <groupId>org.xmlunit</groupId>
|
|
534 | 525 |
|
535 | 526 | </dependencies>
|
536 | 527 |
|
537 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 528 | + <!-- https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
538 | 529 | <parent>
|
539 | 530 | <groupId>org.springframework.boot</groupId>
|
540 | 531 | <artifactId>spring-boot-starter-parent</artifactId>
|
541 |
| - <version>2.1.18.RELEASE</version> |
| 532 | + <version>2.2.13.RELEASE</version> |
542 | 533 | </parent>
|
543 | 534 |
|
544 | 535 | <!--
|
545 | 536 | All default versions from Spring Boot can be found there:
|
546 |
| - https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-dependencies/pom.xml |
| 537 | + https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-dependencies/pom.xml |
547 | 538 | -->
|
548 | 539 | <properties>
|
549 | 540 | <!--
|
|
605 | 596 |
|
606 | 597 | <!--
|
607 | 598 | Redefine default value from spring-boot-starter-parent:
|
608 |
| - https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml |
| 599 | + https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml |
609 | 600 | -->
|
610 | 601 | <java.version>1.8</java.version>
|
611 | 602 |
|
|
688 | 679 |
|
689 | 680 | <!-- Redefine default value from spring-boot-dependencies in order to have the latest version -->
|
690 | 681 | <!-- LATER: remove overriding once version from Spring Boot will match the used one -->
|
691 |
| - <spring-framework.version>5.1.20.RELEASE</spring-framework.version> |
| 682 | + <spring-framework.version>5.2.22.RELEASE</spring-framework.version> |
| 683 | + |
| 684 | + <!-- Redefine default value from spring-boot-dependencies in order to have the latest version --> |
| 685 | + <!-- LATER: remove overriding once version from Spring Boot will match the used one --> |
| 686 | + <spring-security.version>5.2.15.RELEASE</spring-security.version> |
692 | 687 |
|
693 | 688 | <spring-test-context-cache-limiter.version>boot2-v1.2</spring-test-context-cache-limiter.version>
|
694 | 689 |
|
695 | 690 | <!--
|
696 | 691 | Define default value for spring-boot-starter-parent:
|
697 |
| - https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml |
| 692 | + https://github.com/spring-projects/spring-boot/blob/v2.2.13.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml |
698 | 693 | -->
|
699 | 694 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
700 | 695 |
|
|
0 commit comments