Upgrade to Thymeleaf 3.1.0-M3

See gh-32628
This commit is contained in:
Brian Clozel
2022-10-07 11:42:01 +02:00
parent 0f3b94592b
commit da7128ce7e
4 changed files with 1 additions and 23 deletions

View File

@@ -7,5 +7,4 @@ 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")
api("org.thymeleaf.extras:thymeleaf-extras-java8time")
}