Browse Source

Update to Thymeleaf 3.1.2.RELEASE

Josh Cummings 1 year ago
parent
commit
aee6393d15

+ 1 - 1
servlet/java-configuration/authentication/preauth/build.gradle

@@ -22,7 +22,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-config"
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-webmvc"
-	implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.M3"
+	implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
 
 	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"

+ 1 - 1
servlet/java-configuration/authentication/remember-me/build.gradle

@@ -22,7 +22,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-config"
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-webmvc"
-	implementation "org.thymeleaf:thymeleaf-spring6:3.1.1.RELEASE"
+	implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
 
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"

+ 1 - 1
servlet/java-configuration/authentication/username-password/form/build.gradle

@@ -21,7 +21,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-config"
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-webmvc"
-	implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.M1"
+	implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
 
 	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"

+ 1 - 1
servlet/java-configuration/authentication/username-password/in-memory/build.gradle

@@ -21,7 +21,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-config"
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-webmvc"
-	implementation "org.thymeleaf:thymeleaf-spring6:3.1.1.RELEASE"
+	implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
 
 	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"

+ 1 - 1
servlet/java-configuration/authentication/username-password/jdbc/build.gradle

@@ -23,7 +23,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-jdbc"
 	implementation "org.springframework:spring-webmvc"
-	implementation "org.thymeleaf:thymeleaf-spring6:3.1.1.RELEASE"
+	implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
 
 	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"

+ 1 - 1
servlet/java-configuration/authentication/username-password/ldap/build.gradle

@@ -22,7 +22,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-ldap"
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-webmvc"
-	implementation "org.thymeleaf:thymeleaf-spring6:3.1.1.RELEASE"
+	implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
 
 	runtimeOnly "com.unboundid:unboundid-ldapsdk:4.0.14"
 

+ 1 - 1
servlet/java-configuration/hello-mvc-security/build.gradle

@@ -21,7 +21,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-config"
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-webmvc"
-	implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.M1"
+	implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
 
 	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"

+ 1 - 1
servlet/java-configuration/max-sessions/build.gradle

@@ -21,7 +21,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-config"
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-webmvc"
-	implementation "org.thymeleaf:thymeleaf-spring6:3.1.1.RELEASE"
+	implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
 
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"

+ 1 - 1
servlet/java-configuration/saml2/login/build.gradle

@@ -44,7 +44,7 @@ dependencies {
 	implementation "org.springframework.security:spring-security-web"
 	implementation "org.springframework:spring-webmvc"
 	implementation "org.springframework.security:spring-security-saml2-service-provider"
-	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"

+ 1 - 1
servlet/xml/java/saml2/login-logout/build.gradle

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