From af506685be4a2117d7c4ca1a7f05be09dfbefa34 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:50 +0100 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 2.5.3 Closes gh-26566 --- 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 10917a16a03..38fb5aed2be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1780,7 +1780,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"