From df94a86924227448ef8c7ac476f34f04996c281d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Dec 2024 15:06:45 +0100 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.3.RELEASE Closes gh-43465 --- 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 86f11d6bb1..c9f0a189ee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2419,7 +2419,7 @@ bom { ] } } - library("Thymeleaf Extras SpringSecurity", "3.1.2.RELEASE") { + library("Thymeleaf Extras SpringSecurity", "3.1.3.RELEASE") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity6"