From a2d43e9aca4050d69d5f71151ac3f9b6ba2a1f96 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Apr 2023 13:26:13 +0200 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 3.2.1 Closes gh-34889 --- 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 4a815effcf..776adf4039 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1476,7 +1476,7 @@ bom { ] } } - library("Thymeleaf Layout Dialect", "3.2.0") { + library("Thymeleaf Layout Dialect", "3.2.1") { group("nz.net.ultraq.thymeleaf") { modules = [ "thymeleaf-layout-dialect"