From 0581d5a26f6aaabc308dfd574d1ac10896af10c1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 17:08:15 +0100 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE Closes gh-36903 --- 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 15d1e6ae261..3d0ee7c2b9a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1512,7 +1512,7 @@ bom { ] } } - library("Thymeleaf Extras SpringSecurity", "3.1.1.RELEASE") { + library("Thymeleaf Extras SpringSecurity", "3.1.2.RELEASE") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity6"