From b3fd1446f563a7c061b1b25e5ec1fefc3f995619 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:15:24 +0100 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 2.5.2 Closes gh-24929 --- 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 235d2ad6e9..0b41e064c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1686,7 +1686,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"