This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new 690b128252 Upgrading Xalan
690b128252 is described below
commit 690b128252bb40bfcf36b5acd99c1fef9522b44e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri May 5 08:19:03 2023 +0200
Upgrading Xalan
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f5a965ad59..5a8aab771d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2058,8 +2058,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>