-
Notifications
You must be signed in to change notification settings - Fork 483
Open
Labels
Description
In the current version of the example (since Migrate to Spring Boot 3.0.0), the following is included in build.gradle
:
// Temporary explicit version to fix Thymeleaf bug
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.1.RELEASE'
It would be useful with a reference to what that bug is, so one can know whether it is relevant for a particular use case and to be able to follow it.