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/07/18 07:21:48 UTC

[camel] branch main updated: Upgrade xmlsec

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 a391a9581cd Upgrade xmlsec
a391a9581cd is described below

commit a391a9581cd8473abf0d0ebbfa314cfd10d452bd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 18 09:19:27 2023 +0200

    Upgrade xmlsec
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cb37376f7e1..558fe5a0c3a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -482,7 +482,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.3</xmlsec-version>
+        <xmlsec-version>2.2.4</xmlsec-version>
         <xmlunit-version>2.9.1</xmlunit-version>
         <xpp3-version>1.1.4c</xpp3-version>
         <yasson-version>3.0.3</yasson-version>