From e9eba82c6c5469700f612f0ad0060fe1b1d5d604 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 09:01:16 +0100 Subject: [PATCH] Upgrade to Thymeleaf 3.0.15.RELEASE Closes gh-29779 --- 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 4bf54f0134..99a2043102 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1776,7 +1776,7 @@ bom { ] } } - library("Thymeleaf", "3.0.14.RELEASE") { + library("Thymeleaf", "3.0.15.RELEASE") { group("org.thymeleaf") { modules = [ "thymeleaf",