From bfc9094562a5d21890ebb575f3f72b277924d1c2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:49 +0100 Subject: [PATCH] Upgrade to Thymeleaf 3.0.15.RELEASE Closes gh-29866 --- 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 87d4cfcefc..9c6e8b5a82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1773,7 +1773,7 @@ bom { ] } } - library("Thymeleaf", "3.0.14.RELEASE") { + library("Thymeleaf", "3.0.15.RELEASE") { group("org.thymeleaf") { modules = [ "thymeleaf",