From 840348c39d4257918c0c211c5a8f025213750772 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:20:38 +0000 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 3.2.0 Closes gh-34112 --- 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 2763cef931..b199a9a0b8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1458,7 +1458,7 @@ bom { ] } } - library("Thymeleaf Layout Dialect", "3.1.0") { + library("Thymeleaf Layout Dialect", "3.2.0") { group("nz.net.ultraq.thymeleaf") { modules = [ "thymeleaf-layout-dialect"