Update Symlink for 6.1

Issue gh-13131
This commit is contained in:
Josh Cummings 2023-05-24 14:44:42 -06:00
parent ff0c82b019
commit f566ed0afd
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
spring-security-6.0.xsd
spring-security-6.1.xsd

View File

@ -151,7 +151,7 @@ public class XsdDocumentedTests {
.list((dir, name) -> name.endsWith(".xsd"));
// @formatter:on
assertThat(schemas.length)
.withFailMessage("the count is equal to 22, if not then schemaDocument needs updating").isEqualTo(22);
.withFailMessage("the count is equal to 23, if not then schemaDocument needs updating").isEqualTo(23);
}
/**