Files
spring-security/samples/boot/insecure/spring-security-samples-boot-insecure.gradle
Eleftheria Stein 0eb7ad597c Update to thymeleaf-spring5 3.0.14
Closes gh-10620
2021-12-20 12:40:53 +02:00

11 lines
309 B
Groovy

apply plugin: 'io.spring.convention.spring-sample-boot'
ext['thymeleaf.version']='3.0.14.RELEASE'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-web'
testCompile 'org.springframework.boot:spring-boot-starter-test'
}