From 96de268dfbc8aad1d5235a8d6c21bcb8dafc1485 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 4 Feb 2025 12:07:29 -0800 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 3.4.0 Closes gh-44097 --- 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 eb828bb998..34857836f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2415,7 +2415,7 @@ bom { ] } } - library("Thymeleaf Layout Dialect", "3.3.0") { + library("Thymeleaf Layout Dialect", "3.4.0") { group("nz.net.ultraq.thymeleaf") { modules = [ "thymeleaf-layout-dialect"