Skip to content

Commit 65fa9d8

Browse files
Update Thymeleaf Dependency version (#5471) (#41)
1 parent 9d269c7 commit 65fa9d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • broadleaf-thymeleaf3-presentation

broadleaf-thymeleaf3-presentation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</developers>
3232
<properties>
3333
<project.uri>${project.baseUri}/../</project.uri>
34-
<thymeleaf.version>3.1.3.RELEASE</thymeleaf.version>
34+
<thymeleaf.version>3.1.4.RELEASE</thymeleaf.version>
3535
</properties>
3636
<dependencies>
3737
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.thymeleaf.extras</groupId>
8888
<artifactId>thymeleaf-extras-springsecurity6</artifactId>
89-
<version>3.1.1.RELEASE</version>
89+
<version>${thymeleaf.version}</version>
9090
<optional>true</optional>
9191
</dependency>
9292
<!-- TODO need update or remove-->

0 commit comments

Comments
 (0)