From 93a51d0f791f69b9ee883cb7f09c2000aaaa2ab8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:15:33 +0100 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.0.RC1 Closes gh-32718 --- 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 81c27b673a..4af2f4d23e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1545,7 +1545,7 @@ bom { ] } } - library("Thymeleaf Extras SpringSecurity", "3.1.0.M1") { + library("Thymeleaf Extras SpringSecurity", "3.1.0.RC1") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity6"