This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
The following commit(s) were added to refs/heads/master by this push:
new cfd4321a Match Xerces versions
cfd4321a is described below
commit cfd4321a8454282041e206dac8cae03256d5c943
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 14 07:46:36 2025 -0500
Match Xerces versions
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index f1b4abc6..fe4b6c5a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -115,7 +115,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.2.1</version>
+ <version>2.12.2</version>
</dependency>
</dependencies>
</project>