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 2023/08/02 17:54:46 UTC

[camel-karaf] branch camel-karaf-3.x updated: CAMEL-19323: Upgrade to Saxon 11.5_1

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

davsclaus pushed a commit to branch camel-karaf-3.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/camel-karaf-3.x by this push:
     new 48196854 CAMEL-19323: Upgrade to Saxon 11.5_1
48196854 is described below

commit 481968547e134b58f82ff3a9501656bfdff62067
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 2 19:47:01 2023 +0200

    CAMEL-19323: Upgrade to Saxon 11.5_1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1020e04c..90fa3f71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
         <rescu-version>2.1.0</rescu-version>
         <re2j-version>1.5</re2j-version>
         <roaster-version>2.21.1.Final</roaster-version>
-        <saxon-bundle-version>11.4_3</saxon-bundle-version>
+        <saxon-bundle-version>11.5_1</saxon-bundle-version>
         <scribe-bundle-version>1.3.7_1</scribe-bundle-version>
         <serp-bundle-version>1.14.1_1</serp-bundle-version>
         <servicemix-jaxb-version>2.3_2</servicemix-jaxb-version>