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:07:53 UTC

[camel] 01/01: Upgrade Santuario XMLSec to version 2.2.6

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

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

commit 7348cd5e54dee66cc631222300f0e3c7285202df
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 23 11:06:20 2023 +0200

    Upgrade Santuario XMLSec to version 2.2.6
    
    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>