From f17ba516fa9e316f0daa108065dbb428bc283bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Dec 2024 15:14:30 +0100 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.3.RELEASE Closes gh-43470 --- 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 7888d3985e..f5156e0e46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2413,7 +2413,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"