From f3b312f0b4999c97405410bea5bf9baa0b681b90 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 18 Mar 2022 12:33:14 +0000 Subject: [PATCH] Upgrade to Thymeleaf Layout Dialect 3.1.0 Closes gh-30312 --- 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 c46c98e73e..819475aa5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1448,7 +1448,7 @@ bom { ] } } - library("Thymeleaf Layout Dialect", "3.0.0") { + library("Thymeleaf Layout Dialect", "3.1.0") { group("nz.net.ultraq.thymeleaf") { modules = [ "thymeleaf-layout-dialect"