From ed9dd0783afef913383cf9e491bc83f77d63a9ae Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:32:10 -0800 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.1.RELEASE Closes gh-33606 --- 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 6c45744f99..c3fb86faa9 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.RELEASE") { + library("Thymeleaf Extras SpringSecurity", "3.1.1.RELEASE") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity6"