spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-thymeleaf/build.gradle
Brian Clozel da7128ce7e Upgrade to Thymeleaf 3.1.0-M3
See gh-32628
2022-10-07 11:42:01 +02:00

11 lines
269 B
Groovy

plugins {
id "org.springframework.boot.starter"
}
description = "Starter for building MVC web applications using Thymeleaf views"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.thymeleaf:thymeleaf-spring6")
}