This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit 969f09ff6511735aa002cf39fdfd3cf7cf643777
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Aug 12 17:01:16 2023 +0530

    upgrade xalan
---
 fetch.xml                | 1 +
 lib/libraries.properties | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/fetch.xml b/fetch.xml
index dff5e18ce..599b8f298 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -260,6 +260,7 @@ Set -Ddest=LOCATION on the command line
           description="load full XML libraries (Xalan and xml-resolver)"
           depends="init">
     <f2 project="xalan"/>
+    <f2 project="xalan" archive="serializer"/>
     <f2 project="xml-resolver"/>
   </target>
 
diff --git a/lib/libraries.properties b/lib/libraries.properties
index d4dff51d0..35f051297 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -80,7 +80,8 @@ log4j.version=1.2.14
 oro.version=2.0.8
 servlet-api.version=2.3
 which.version=1.0
-xalan.version=2.7.2
+xalan.version=2.7.3
+serializer.version=${xalan.version}
 xml-resolver.version=1.2
 xz.version=1.9
 # paired

Reply via email to