Update to Thymeleaf 3.1.2.RELEASE

This commit is contained in:
Josh Cummings
2024-08-01 09:01:41 -06:00
parent 046d8e2609
commit aee6393d15
10 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ dependencies {
implementation "org.springframework.security:spring-security-web"
implementation "org.springframework.security:spring-security-saml2-service-provider"
implementation "org.springframework:spring-webmvc"
implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.M1"
implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.0.M1'
providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"