From 50019a7f445c1c058cebe8d96a338b2abcafeea3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Jan 2021 09:20:24 +0100 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 2.5.2 Closes gh-24731 --- 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 a82fd5ddad31..dd7e9ad4b53c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1691,7 +1691,7 @@ bom { ] } } - library("Thymeleaf Layout Dialect", "2.5.1") { + library("Thymeleaf Layout Dialect", "2.5.2") { group("nz.net.ultraq.thymeleaf") { modules = [ "thymeleaf-layout-dialect"