This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
The following commit(s) were added to refs/heads/master by this push:
new 88f17df SLING-10094 - Update embedded version of xalan
88f17df is described below
commit 88f17dfe28fb1e9431182e6f9b70798df5bf54d9
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Feb 15 11:17:47 2021 +0100
SLING-10094 - Update embedded version of xalan
* updated xalan to 2.7.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 898bc55..3394610 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
- <version>2.7.0</version>
+ <version>2.7.2</version>
<scope>provided</scope>
</dependency>
<dependency>