From 5b37dd1c66c022f99087ab603c97335f94219dd4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 15:54:24 +0100 Subject: [PATCH] Upgrade to Thymeleaf 3.1.0.RC1 Closes gh-32628 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 464831ab8cc..71aec6ee653 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1531,7 +1531,7 @@ bom { ] } } - library("Thymeleaf", "3.1.0.M3") { + library("Thymeleaf", "3.1.0.RC1") { group("org.thymeleaf") { modules = [ "thymeleaf",