We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d269c7 commit 65fa9d8Copy full SHA for 65fa9d8
1 file changed
broadleaf-thymeleaf3-presentation/pom.xml
@@ -31,7 +31,7 @@
31
</developers>
32
<properties>
33
<project.uri>${project.baseUri}/../</project.uri>
34
- <thymeleaf.version>3.1.3.RELEASE</thymeleaf.version>
+ <thymeleaf.version>3.1.4.RELEASE</thymeleaf.version>
35
</properties>
36
<dependencies>
37
<dependency>
@@ -86,7 +86,7 @@
86
87
<groupId>org.thymeleaf.extras</groupId>
88
<artifactId>thymeleaf-extras-springsecurity6</artifactId>
89
- <version>3.1.1.RELEASE</version>
+ <version>${thymeleaf.version}</version>
90
<optional>true</optional>
91
</dependency>
92
<!-- TODO need update or remove-->
0 commit comments