This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 0d61447e6e Upgrading Xalan
0d61447e6e is described below
commit 0d61447e6e9189d8de1fcc14afacc6b46ec7dcde
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri May 5 08:17:18 2023 +0200
Upgrading Xalan
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 63dabdd053..98e829652a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1648,8 +1648,8 @@ under the License.
<dependencies>
<dependency>
<groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.2</version>
+ <artifactId>serializer</artifactId>
+ <version>2.7.3</version>
</dependency>
</dependencies>
</plugin>