You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/10/06 10:12:17 UTC

[camel] 01/02: Upgrade Spring Web Services to version 3.0.4.RELEASE

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

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

commit fea25485c46b1d8b9a6b4bf742864599ea62c6d6
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sat Oct 6 12:09:52 2018 +0200

    Upgrade Spring Web Services to version 3.0.4.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0eb9901..37d1be8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -657,7 +657,7 @@
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>
     <spring-ws-bundle-version>2.4.2.RELEASE_1</spring-ws-bundle-version>
     <spring-xml-bundle-version>2.4.2.RELEASE_1</spring-xml-bundle-version>
-    <spring-ws-version>3.0.3.RELEASE</spring-ws-version>
+    <spring-ws-version>3.0.4.RELEASE</spring-ws-version>
     <spymemcached-bundle-version>2.5_2</spymemcached-bundle-version> <!-- FIXME cmueller: not in sync! -->
     <spymemcached-version>2.12.0</spymemcached-version>
     <squareup-okhttp-version>2.7.5</squareup-okhttp-version>