Skip to content

Commit 914195a

Browse files
committed
work
1 parent 594e8ed commit 914195a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.4.9</version>
13+
<version>2.7.0</version>
1414
</parent>
1515

1616
<scm>
@@ -75,6 +75,7 @@
7575
<maven.scm.version>1.13.0</maven.scm.version>
7676

7777
<maven-release-plugin.version>3.0.0-M5</maven-release-plugin.version>
78+
<liquibase-maven-plugin.version>4.4.3</liquibase-maven-plugin.version>
7879

7980
<!-- Maven Reports for Site -->
8081
<maven-site-plugin.version>3.12.0</maven-site-plugin.version>
@@ -106,24 +107,24 @@
106107

107108
<!-- Frontend Server Site: Thymeleaf Templates -->
108109
<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>
109112
<!--
110113
<thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version>
111114
<thymeleaf-extras-java8time.version>3.0.4.RELEASE</thymeleaf-extras-java8time.version>
112115
<thymeleaf-layout-dialect.version>3.10</thymeleaf-layout-dialect.version>
113116
-->
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>
116117

117118
<!-- Spring Boot and Spring Frameworks -->
118119
<spring-boot-maven-plugin.version>${project.parent.version}</spring-boot-maven-plugin.version>
119120

120121
<!-- 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>
126122
<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>
127128
</properties>
128129

129130
<repositories>

0 commit comments

Comments
 (0)