You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2023/03/31 13:20:23 UTC

[ws-wss4j] branch 2_4_x-fixes updated: Updating xmlsec to 2.3.3

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

coheigea pushed a commit to branch 2_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_4_x-fixes by this push:
     new 9825bdf53 Updating xmlsec to 2.3.3
9825bdf53 is described below

commit 9825bdf53b1526a45beda96cabfd6a57f68ab54b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Mar 31 14:20:10 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 793a23a84..a0fbdde13 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -47,7 +47,7 @@
         <slf4j.version>1.7.36</slf4j.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xz.version>1.9</xz.version>
-        <xmlsec.version>2.3.2</xmlsec.version>
+        <xmlsec.version>2.3.3</xmlsec.version>
         <xmlunit.version>2.8.2</xmlunit.version>
         <!-- OSGi related properties -->
         <wss4j.osgi.import />