Switch from thymeleaf-extras-springsecurity4 to extras-springsecurity5

Closes gh-14806
This commit is contained in:
Andy Wilkinson
2018-10-13 19:57:04 +01:00
parent 1ac48ee876
commit 6e5310900b
7 changed files with 51 additions and 6 deletions

View File

@@ -904,7 +904,7 @@
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
<optional>true</optional>
</dependency>
<dependency>