Browse Source

Update Symlink for 6.1

Issue gh-13131
Josh Cummings 2 years ago
parent
commit
f566ed0afd

+ 1 - 1
config/src/main/resources/org/springframework/security/config/spring-security.xsd

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

+ 1 - 1
config/src/test/java/org/springframework/security/config/doc/XsdDocumentedTests.java

@@ -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);
 	}
 
 	/**