Update Symlink for 5.8

Issue gh-13131
This commit is contained in:
Josh Cummings 2023-05-24 14:33:17 -06:00
parent f8e39336cb
commit 73cb9862ad
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
spring-security-5.7.xsd
spring-security-5.8.xsd

View File

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