From 16632fa19e72ed4a8fe9f69bde27aa65cd72bf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Apr 2026 18:14:17 +0200 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.4.RELEASE Closes gh-50060 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index a41f58f5698..a674d2ddb62 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2829,7 +2829,7 @@ bom { ] } } - library("Thymeleaf Extras SpringSecurity", "3.1.3.RELEASE") { + library("Thymeleaf Extras SpringSecurity", "3.1.4.RELEASE") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity6"