From 0676a53bf7644d7dbc9498db4ff4734024384956 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 18:02:09 +0100 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 3.3.0 Closes gh-37471 --- 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 5ba5e9d3d4..c05c6fc63b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Thymeleaf Layout Dialect", "3.2.1") { + library("Thymeleaf Layout Dialect", "3.3.0") { group("nz.net.ultraq.thymeleaf") { modules = [ "thymeleaf-layout-dialect"