You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/27 05:33:36 UTC

[camel-spring-boot] branch main updated: Upgrade to xerces 2.12.2

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new e125d708901 Upgrade to xerces 2.12.2
e125d708901 is described below

commit e125d7089014ec31ea66157e2609cd479f2d60e8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 27 06:32:56 2022 +0100

    Upgrade to xerces 2.12.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb2ea978b4a..24bf997eeba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,7 +635,7 @@
                                 <dependency>
                                     <groupId>xerces</groupId>
                                     <artifactId>xercesImpl</artifactId>
-                                    <version>2.11.0</version>
+                                    <version>2.12.2</version>
                                 </dependency>
                                 <dependency>
                                     <groupId>ant-contrib</groupId>