Bump Schema, Serialization, and Taglib to 5.5

This commit is contained in:
Josh Cummings
2020-10-07 17:13:11 -06:00
parent 2edc955939
commit ce68431037
6 changed files with 4293 additions and 5 deletions

View File

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