Upgrade to Spring Framework 5.1.7

This commit is contained in:
Rossen Stoyanchev
2019-06-04 10:11:49 -04:00
parent d1eec2db7f
commit eb7c543c0f
2 changed files with 3 additions and 3 deletions

View File

@@ -67,8 +67,8 @@ configure(subprojects.findAll {
}
subproject.ext {
springVersion = "5.1.3.RELEASE"
springSecurityVersion = "5.1.2.RELEASE"
springVersion = "5.1.7.RELEASE"
springSecurityVersion = "5.1.5.RELEASE"
servletVersion = "3.1.0"
hibernate5Version = "5.2.17.Final"
tiles3Version = "3.0.8"

View File

@@ -46,7 +46,7 @@ public class DefaultDocumentLoader implements DocumentLoader {
/**
* JAXP attribute used to configure the schema language for validation.
*/
private static final String SCHEMA_LANGUAGE_ATTRIBUTE = "https://java.sun.com/xml/jaxp/properties/schemaLanguage";
private static final String SCHEMA_LANGUAGE_ATTRIBUTE = "http://java.sun.com/xml/jaxp/properties/schemaLanguage";
/**
* JAXP attribute value indicating the XSD schema language.