2
0
Эх сурвалжийг харах

Update Symlink for 5.8

Issue gh-13131
Josh Cummings 2 жил өмнө
parent
commit
73cb9862ad

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

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

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

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