Upgrade to Spring Framework 5.1.7
This commit is contained in:
@@ -67,8 +67,8 @@ configure(subprojects.findAll {
|
|||||||
}
|
}
|
||||||
|
|
||||||
subproject.ext {
|
subproject.ext {
|
||||||
springVersion = "5.1.3.RELEASE"
|
springVersion = "5.1.7.RELEASE"
|
||||||
springSecurityVersion = "5.1.2.RELEASE"
|
springSecurityVersion = "5.1.5.RELEASE"
|
||||||
servletVersion = "3.1.0"
|
servletVersion = "3.1.0"
|
||||||
hibernate5Version = "5.2.17.Final"
|
hibernate5Version = "5.2.17.Final"
|
||||||
tiles3Version = "3.0.8"
|
tiles3Version = "3.0.8"
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ public class DefaultDocumentLoader implements DocumentLoader {
|
|||||||
/**
|
/**
|
||||||
* JAXP attribute used to configure the schema language for validation.
|
* 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.
|
* JAXP attribute value indicating the XSD schema language.
|
||||||
|
|||||||
Reference in New Issue
Block a user