From 87d986f9b84cfbd284d088af43dcb11ca393e343 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:44 +0200 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 2.5.3 Closes gh-26518 --- 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 876a796f99..317c5db44d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Thymeleaf Layout Dialect", "2.5.2") { + library("Thymeleaf Layout Dialect", "2.5.3") { group("nz.net.ultraq.thymeleaf") { modules = [ "thymeleaf-layout-dialect"