You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2019/07/30 09:13:07 UTC

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

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

buhhunyx 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 ab2f5f0  Updating to WSS4J 2.2.4
ab2f5f0 is described below

commit ab2f5f05efaf598f7f45c8d32b9b15fefe3e2e42
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Tue Jul 30 12:12:35 2019 +0300

    Updating to WSS4J 2.2.4
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a3884c5..6eb20d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
         <spring.security.version>4.2.13.RELEASE</spring.security.version>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <tomcat.version>9.0.22</tomcat.version>
-        <wss4j.version>2.2.2</wss4j.version>
+        <wss4j.version>2.2.4</wss4j.version>
 
         <tomcat.url>http://localhost:8080/manager/text</tomcat.url>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -411,7 +411,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.22.1</version>
+                    <version>2.22.2</version>
                 </plugin>
                 <!-- TODO commented out for now
                 <plugin>
@@ -545,7 +545,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.22.1</version>
+                    <version>2.22.2</version>
                     <configuration>
                         <includes>
                             <include>**/*Test.java</include>