|
10 | 10 | <parent> |
11 | 11 | <groupId>org.springframework.boot</groupId> |
12 | 12 | <artifactId>spring-boot-starter-parent</artifactId> |
13 | | - <version>2.4.9</version> |
| 13 | + <version>2.7.0</version> |
14 | 14 | </parent> |
15 | 15 |
|
16 | 16 | <scm> |
|
75 | 75 | <maven.scm.version>1.13.0</maven.scm.version> |
76 | 76 |
|
77 | 77 | <maven-release-plugin.version>3.0.0-M5</maven-release-plugin.version> |
| 78 | + <liquibase-maven-plugin.version>4.4.3</liquibase-maven-plugin.version> |
78 | 79 |
|
79 | 80 | <!-- Maven Reports for Site --> |
80 | 81 | <maven-site-plugin.version>3.12.0</maven-site-plugin.version> |
|
106 | 107 |
|
107 | 108 | <!-- Frontend Server Site: Thymeleaf Templates --> |
108 | 109 | <thymeleaf.version>3.0.11.RELEASE</thymeleaf.version> |
| 110 | + <thymeleaf-spring-data-dialect.version>3.5.0</thymeleaf-spring-data-dialect.version> |
| 111 | + <thymeleaf-testing.version>3.1.0.M2</thymeleaf-testing.version> |
109 | 112 | <!-- |
110 | 113 | <thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version> |
111 | 114 | <thymeleaf-extras-java8time.version>3.0.4.RELEASE</thymeleaf-extras-java8time.version> |
112 | 115 | <thymeleaf-layout-dialect.version>3.10</thymeleaf-layout-dialect.version> |
113 | 116 | --> |
114 | | - <thymeleaf-spring-data-dialect.version>3.5.0</thymeleaf-spring-data-dialect.version> |
115 | | - <thymeleaf-testing.version>3.1.0.M2</thymeleaf-testing.version> |
116 | 117 |
|
117 | 118 | <!-- Spring Boot and Spring Frameworks --> |
118 | 119 | <spring-boot-maven-plugin.version>${project.parent.version}</spring-boot-maven-plugin.version> |
119 | 120 |
|
120 | 121 | <!-- Unit and Integration Testing --> |
121 | | - <xmlunit.version>2.9.0</xmlunit.version> |
122 | | - <xmlunit2.version>2.9.0</xmlunit2.version> |
123 | | - <htmlunit.version>2.62.0</htmlunit.version> |
124 | | - <hamcrest.version>2.2</hamcrest.version> |
125 | | - <jsoup.version>1.15.1</jsoup.version> |
126 | 122 | <skipTests>true</skipTests> |
| 123 | + <xmlunit2.version>2.6.4</xmlunit2.version> |
| 124 | + <xmlunit.version>2.6.4</xmlunit.version> |
| 125 | + <htmlunit.version>2.43.0</htmlunit.version> |
| 126 | + <hamcrest.version>2.2</hamcrest.version> |
| 127 | + <jsoup.version>1.14.2</jsoup.version> |
127 | 128 | </properties> |
128 | 129 |
|
129 | 130 | <repositories> |
|
0 commit comments