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"