ソースを参照

Update to Thymeleaf SpringSecurity6 3.1.2.RELEASE

Josh Cummings 1 年間 前
コミット
abfe3f8907

+ 1 - 1
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"

+ 1 - 1
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"