Skip to content

Commit 0f2dd9c

Browse files
author
Javier Pena
committed
Release v3.4.2
1 parent 85904ab commit 0f2dd9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.jpenren</groupId>
55
<artifactId>thymeleaf-spring-data-dialect</artifactId>
6-
<version>3.4.1</version>
6+
<version>3.4.2</version>
77

88
<name>Thymeleaf Spring Data Dialect</name>
99
<description>Data pagination made easy with Thymeleaf and Spring Data</description>
@@ -99,12 +99,12 @@
9999
<dependency>
100100
<groupId>org.springframework.data</groupId>
101101
<artifactId>spring-data-commons</artifactId>
102-
<version>1.13.12.RELEASE</version>
102+
<version>1.13.23.RELEASE</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.thymeleaf</groupId>
106106
<artifactId>thymeleaf</artifactId>
107-
<version>3.0.0.RELEASE</version>
107+
<version>3.0.14.RELEASE</version>
108108
</dependency>
109109
</dependencies>
110110

0 commit comments

Comments
 (0)