Skip to content

Commit 3ea7d54

Browse files
committed
work
1 parent 7208d1c commit 3ea7d54

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,22 +106,21 @@
106106

107107
<!-- Frontend Server Site: Thymeleaf Templates -->
108108
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
109-
<thymeleaf-spring-data-dialect.version>3.4.0</thymeleaf-spring-data-dialect.version>
110109
<thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version>
111-
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version>
112110
<thymeleaf-extras-java8time.version>3.0.4.RELEASE</thymeleaf-extras-java8time.version>
113111
<thymeleaf-extras-springsecurity.version>3.0.4.RELEASE</thymeleaf-extras-springsecurity.version>
114-
<thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version>
112+
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version>
113+
<thymeleaf-spring-data-dialect.version>3.4.0</thymeleaf-spring-data-dialect.version>
115114
<thymeleaf-testing.version>3.0.4.RELEASE</thymeleaf-testing.version>
116115

117116
<!-- Spring Boot and Spring Frameworks -->
118117
<spring-boot-maven-plugin.version>${project.parent.version}</spring-boot-maven-plugin.version>
119-
<spring-data-releasetrain.version>Neumann-SR4</spring-data-releasetrain.version>
118+
<spring-data-releasetrain.version>Neumann-SR6</spring-data-releasetrain.version>
120119
<spring-session-bom.version>Dragonfruit-SR1</spring-session-bom.version>
121120

122121
<!-- Unit and Integration Testing -->
123-
<xmlunit2.version>2.6.4</xmlunit2.version>
124122
<xmlunit.version>2.6.4</xmlunit.version>
123+
<xmlunit2.version>2.7.0</xmlunit2.version>
125124
<htmlunit.version>2.43.0</htmlunit.version>
126125
<hamcrest.version>2.2</hamcrest.version>
127126
<jsoup.version>1.13.1</jsoup.version>

0 commit comments

Comments
 (0)