From 008b568df373899f92041bf7d669a0c40678cbe1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 15:21:52 +0200 Subject: [PATCH] Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE Closes gh-36938 --- 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 3043380af0..13658d9bfe 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"