From bec2badec1f30e835447beebe27ec393d2648aee Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:25 -0800 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.0.5.RELEASE Closes gh-33582 --- 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 2d1fe482c7..7188fabf8b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1853,7 +1853,7 @@ bom { ] } } - library("Thymeleaf Extras SpringSecurity", "3.0.4.RELEASE") { + library("Thymeleaf Extras SpringSecurity", "3.0.5.RELEASE") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity5"