You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/02 16:21:02 UTC

[camel] branch master updated: Upgrade Wss4j to version 1.6.17

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8379e7e  Upgrade Wss4j to version 1.6.17
8379e7e is described below

commit 8379e7e3eedc62783e3866dbf998b09e24b2567b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:19:21 2020 +0100

    Upgrade Wss4j to version 1.6.17
---
 tests/camel-performance/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml
index ef94a30..79ac506 100644
--- a/tests/camel-performance/pom.xml
+++ b/tests/camel-performance/pom.xml
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>org.apache.ws.security</groupId>
             <artifactId>wss4j</artifactId>
-            <version>1.6.8</version>
+            <version>1.6.17</version>
             <scope>test</scope>
         </dependency>
         <dependency>