We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa07a7a + 606e02f commit e730596Copy full SHA for e730596
1 file changed
build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
compileOnly 'org.springframework.boot:spring-boot-starter-thymeleaf'
44
compileOnly "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
45
compileOnly 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.3.RELEASE'
46
- compileOnly 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.3.0'
+ compileOnly 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.4.0'
47
48
// Other dependencies
49
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
0 commit comments