From 1e7bf971c49ca68e0d9cf48a1f94487826bac53c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 15:21:48 +0200 Subject: [PATCH] Upgrade to Thymeleaf 3.1.2.RELEASE Closes gh-36937 --- 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 8a2e736a8c..3043380af0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1497,7 +1497,7 @@ bom { ] } } - library("Thymeleaf", "3.1.1.RELEASE") { + library("Thymeleaf", "3.1.2.RELEASE") { group("org.thymeleaf") { modules = [ "thymeleaf",