We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2dd9c commit cfad8d6Copy full SHA for cfad8d6
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>io.github.jpenren</groupId>
5
<artifactId>thymeleaf-spring-data-dialect</artifactId>
6
- <version>3.4.2</version>
+ <version>3.5.0</version>
7
8
<name>Thymeleaf Spring Data Dialect</name>
9
<description>Data pagination made easy with Thymeleaf and Spring Data</description>
@@ -99,7 +99,7 @@
99
<dependency>
100
<groupId>org.springframework.data</groupId>
101
<artifactId>spring-data-commons</artifactId>
102
- <version>1.13.23.RELEASE</version>
+ <version>2.6.0</version>
103
</dependency>
104
105
<groupId>org.thymeleaf</groupId>
0 commit comments