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 2020/12/23 08:50:35 UTC

[cxf-fediz] branch master updated: Updating to WSS4J 2.2.6

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8abc376  Updating to WSS4J 2.2.6
8abc376 is described below

commit 8abc376f688e146f39932b63566260a2958ed9d8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Dec 23 08:26:25 2020 +0000

    Updating to WSS4J 2.2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b33b08..67ff559 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <tomcat.version>9.0.41</tomcat.version>
         <validation-api.version>2.0.2</validation-api.version>
-        <wss4j.version>2.2.5</wss4j.version>
+        <wss4j.version>2.2.6</wss4j.version>
 
         <tomcat.url>http://localhost:8080/manager/text</tomcat.url>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>