Update to Thymeleaf SpringSecurity6 3.1.2.RELEASE

This commit is contained in:
Josh Cummings
2024-08-01 09:57:40 -06:00
parent ef912d44b6
commit abfe3f8907
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"