You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/23 09:25:34 UTC

[camel] branch camel-4.0.x updated: Upgrade Santuario XMLSec to version 2.2.6 (#11803)

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

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


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new edfd3853014 Upgrade Santuario XMLSec to version 2.2.6 (#11803)
edfd3853014 is described below

commit edfd3853014521f07188decf35c8226401901eb1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 23 11:25:28 2023 +0200

    Upgrade Santuario XMLSec to version 2.2.6 (#11803)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1a26ef07163..cbc07a38399 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -470,7 +470,7 @@
         <xml-apis-ext-version>1.3.04</xml-apis-ext-version>
         <xml-resolver-version>1.2</xml-resolver-version>
         <xmlgraphics-batik-version>1.16</xmlgraphics-batik-version>
-        <xmlsec-version>2.2.4</xmlsec-version>
+        <xmlsec-version>2.2.6</xmlsec-version>
         <xmlunit-version>2.9.1</xmlunit-version>
         <xpp3-version>1.1.4c</xpp3-version>
         <yasson-version>3.0.3</yasson-version>