You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/26 08:54:23 UTC

[camel] 02/03: Upgrade dependency

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

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

commit 29a2fbd072a99c055e855e470ccdf90df0665f5a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 26 09:48:41 2020 +0100

    Upgrade dependency
---
 components/camel-spring-ws/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index f7aaeff..7d45565 100644
--- a/components/camel-spring-ws/pom.xml
+++ b/components/camel-spring-ws/pom.xml
@@ -154,7 +154,7 @@
         <dependency>
             <groupId>net.javacrumbs</groupId>
             <artifactId>smock-springws</artifactId>
-            <version>0.5</version>
+            <version>0.9.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>