This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
commit 96bbe67276cc866ce46d4d397c761df72e4caec4 Author: Michael Osipov <[email protected]> AuthorDate: Thu Jun 6 23:27:12 2019 +0200 [DOXIASITETOOLS-200] Upgrade Xalan to 2.7.2 --- doxia-doc-renderer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxia-doc-renderer/pom.xml b/doxia-doc-renderer/pom.xml index c3a773f..021c35b 100644 --- a/doxia-doc-renderer/pom.xml +++ b/doxia-doc-renderer/pom.xml @@ -121,7 +121,7 @@ under the License. <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> - <version>2.7.0</version> + <version>2.7.2</version> </dependency> <dependency> <groupId>xml-apis</groupId>
