You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/02/18 08:35:30 UTC

[cxf] branch 3.5.x-fixes updated: Updating WSS4J to 2.4.1

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

coheigea pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new cdd752f  Updating WSS4J to 2.4.1
cdd752f is described below

commit cdd752fbc49a055f8e0e47893686af6ac70e7186
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Feb 18 08:33:36 2022 +0000

    Updating WSS4J to 2.4.1
    
    (cherry picked from commit 99f369acac6f106c7bde3f8248be1a3e398a0eb2)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ede68a3..88cdff2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -229,7 +229,7 @@
         <cxf.woodstox.core.version>6.2.7</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version>
         <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version>
-        <cxf.wss4j.version>2.4.0</cxf.wss4j.version>
+        <cxf.wss4j.version>2.4.1</cxf.wss4j.version>
         <cxf.xalan.version>2.7.2</cxf.xalan.version>
         <cxf.xerces.version>2.12.2</cxf.xerces.version>
         <cxf.xmlschema.version>2.3.0</cxf.xmlschema.version>