From 6e6ffe644afbf2077bca7fd14c9dab4d5cc0fc21 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 17:08:09 +0100 Subject: [PATCH] Upgrade to Thymeleaf 3.1.2.RELEASE Closes gh-36902 --- 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 85bfd2cb78..15d1e6ae26 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",