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:27 UTC

[camel] branch main updated: Upgrade Santuario XMLSec to version 2.2.6 (#11802)

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

acosentino 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 20f98f77d3b Upgrade Santuario XMLSec to version 2.2.6 (#11802)
20f98f77d3b is described below

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

    Upgrade Santuario XMLSec to version 2.2.6 (#11802)
    
    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 c5177614209..dd968e95826 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -467,7 +467,7 @@
         <xml-apis-version>1.4.01</xml-apis-version>
         <xml-apis-ext-version>1.3.04</xml-apis-ext-version>
         <xml-resolver-version>1.2</xml-resolver-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>