From f6ac891cc1a9dafe3c24af37b597d36d50cec62c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:04:12 +0100 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.0.RELEASE Closes gh-33314 --- 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 7944ea243138..164d14a5a94e 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.RC2") { + library("Thymeleaf Extras SpringSecurity", "3.1.0.RELEASE") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity6"