From fe8c601d7e657a63887582cc129db6b7151e9f70 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 13:56:24 +0100 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.0.RC2 Closes gh-33200 --- 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 567ed410be..225b491099 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1466,7 +1466,7 @@ bom { ] } } - library("Thymeleaf Extras SpringSecurity", "3.1.0.RC1") { + library("Thymeleaf Extras SpringSecurity", "3.1.0.RC2") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity6"