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/10/24 12:56:50 UTC

[camel] branch main updated: [CAMEL-15616] Upgrade to Saxon-HE 11.4

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.git


The following commit(s) were added to refs/heads/main by this push:
     new c344d6a79ed [CAMEL-15616] Upgrade to Saxon-HE 11.4
c344d6a79ed is described below

commit c344d6a79ed736870dc93316a6c98a907efd7bdc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 24 14:53:01 2022 +0200

    [CAMEL-15616] Upgrade to Saxon-HE 11.4
---
 components/camel-saxon/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index 279063ff4f8..853561e5827 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <camel.osgi.import.additional>
-            net.sf.saxon.*;version="[9.9.0,10)"
+            net.sf.saxon.*;version="[11,12)"
         </camel.osgi.import.additional>
 
         <camel.surefire.parallel>true</camel.surefire.parallel>