Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
<version>3.0.4.RELEASE</version>
<version>3.1.3.RELEASE</version>
</dependency>
Comment on lines 64 to 68
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Project is on Spring Boot 3.0.6 (Spring Security 6), but this dependency is the springsecurity5 dialect. Upgrading its version may still leave you with an incompatible dialect or introduce classpath conflicts (e.g., pulling Spring Security 5 artifacts alongside Security 6). Consider switching to org.thymeleaf.extras:thymeleaf-extras-springsecurity6 (and ideally rely on Spring Boot dependency management for the version) to match the Spring Security major used by Boot 3.

Copilot uses AI. Check for mistakes.

</dependencies>
Expand Down