From abfe3f8907fdcb3fc646c26821081bffe0afc166 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 1 Aug 2024 09:57:40 -0600 Subject: [PATCH] Update to Thymeleaf SpringSecurity6 3.1.2.RELEASE --- servlet/java-configuration/saml2/login/build.gradle | 2 +- servlet/xml/java/saml2/login-logout/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servlet/java-configuration/saml2/login/build.gradle b/servlet/java-configuration/saml2/login/build.gradle index a53bc5a..27caefe 100644 --- a/servlet/java-configuration/saml2/login/build.gradle +++ b/servlet/java-configuration/saml2/login/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "org.springframework:spring-webmvc" implementation "org.springframework.security:spring-security-saml2-service-provider" implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE" - implementation "org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.0.M1" + implementation "org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE" providedCompile "jakarta.servlet:jakarta.servlet-api:6.1.0" providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0" diff --git a/servlet/xml/java/saml2/login-logout/build.gradle b/servlet/xml/java/saml2/login-logout/build.gradle index 68eccbd..146e1d7 100644 --- a/servlet/xml/java/saml2/login-logout/build.gradle +++ b/servlet/xml/java/saml2/login-logout/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation "org.springframework.security:spring-security-saml2-service-provider" implementation "org.springframework:spring-webmvc" implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE" - implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.0.M1' + implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE' providedCompile "jakarta.servlet:jakarta.servlet-api:6.1.0"