From fd2459ccac4b3b955cf63f5137447dbda76cf4c6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 21:07:42 +0100 Subject: [PATCH] Upgrade to Thymeleaf 3.1.0.M2 Closes gh-31110 --- 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 15232ae0a5..8c1757dfb2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Thymeleaf", "3.1.0.M1") { + library("Thymeleaf", "3.1.0.M2") { group("org.thymeleaf") { modules = [ "thymeleaf",