We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ee2b7c + db40eff commit 0759931Copy full SHA for 0759931
1 file changed
build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
// Note: thymeleaf-extras-springsecurity6 is compatible with Spring Security 7
43
// No springsecurity7 artifact exists yet - Thymeleaf team uses springsecurity6 for 6.x+
44
compileOnly 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.3.RELEASE'
45
- compileOnly 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.4.0'
+ compileOnly 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:4.0.0'
46
47
// Other dependencies (moved to test scope for library)
48
implementation 'org.passay:passay:1.6.6'
0 commit comments