From 97e8a6218c006facc2af589e5adb49636fde93f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 14:42:01 +0200 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE Closes gh-36922 --- 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 071fc24724..4cdba2113d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1467,7 +1467,7 @@ bom { ] } } - library("Thymeleaf Extras SpringSecurity", "3.1.1.RELEASE") { + library("Thymeleaf Extras SpringSecurity", "3.1.2.RELEASE") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity6"