From 777a4e988b88803ad678536b7a55cbb19ac879bf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 14:05:31 +0200 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 2.5.1 Closes gh-23366 --- 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 4587c812211e..7c081a20db49 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.4.1") { + library("Thymeleaf Layout Dialect", "2.5.1") { group("nz.net.ultraq.thymeleaf") { modules = [ "thymeleaf-layout-dialect"