Skip to content

Commit 0b79bcc

Browse files
committed
Fix username not shown when using auth backend
See: https://stackoverflow.com/a/55206743/1393103
1 parent 556a3c8 commit 0b79bcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@
252252
<!-- UI frameworks -->
253253
<dependency>
254254
<groupId>org.thymeleaf.extras</groupId>
255-
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
256-
<version>3.0.2.RELEASE</version>
255+
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
257256
</dependency>
258257
<dependency>
259258
<groupId>org.webjars</groupId>

0 commit comments

Comments
 (0)