From f5c6c0c94f5613a80f2334fc77a3bd2612bdec77 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 8 Jun 2017 09:41:53 -0400 Subject: [PATCH] Upgrade to SI-4.3.10, SK-1.1.6, SF-4.3.9, others --- advanced/advanced-testing-examples/pom.xml | 6 +++--- advanced/dynamic-ftp/pom.xml | 4 ++-- advanced/dynamic-tcp-client/pom.xml | 6 +++--- applications/cafe-scripted/pom.xml | 10 +++++----- applications/cafe/cafe-amqp/pom.xml | 4 ++-- applications/cafe/cafe-jms/pom.xml | 4 ++-- applications/cafe/cafe-si/pom.xml | 4 ++-- applications/file-split-ftp/pom.xml | 14 ++++++------- applications/loan-broker/pom.xml | 4 ++-- applications/loanshark/pom.xml | 18 ++++++++--------- applications/stomp-chat/pom.xml | 2 +- basic/amqp-affinity/pom.xml | 2 +- basic/amqp/pom.xml | 6 +++--- basic/barrier/pom.xml | 8 ++++---- basic/control-bus/pom.xml | 4 ++-- basic/enricher/pom.xml | 4 ++-- basic/feed/pom.xml | 4 ++-- basic/file/pom.xml | 4 ++-- basic/ftp/pom.xml | 6 +++--- basic/helloworld/pom.xml | 4 ++-- basic/http-boot/pom.xml | 2 +- basic/http/pom.xml | 8 ++++---- basic/jdbc/pom.xml | 4 ++-- basic/jms/pom.xml | 8 ++++---- basic/jmx/pom.xml | 6 +++--- basic/jpa/pom.xml | 6 +++--- basic/kafka/pom.xml | 8 ++++---- basic/mail/pom.xml | 6 +++--- basic/mongodb/pom.xml | 4 ++-- basic/mqtt/pom.xml | 8 ++++---- basic/oddeven/pom.xml | 4 ++-- basic/quote/pom.xml | 4 ++-- basic/sftp/pom.xml | 4 ++-- basic/splunk/pom.xml | 4 ++-- basic/tcp-amqp/pom.xml | 6 +++--- basic/tcp-client-server/pom.xml | 6 +++--- basic/testing-examples/pom.xml | 12 +++++------ basic/twitter/pom.xml | 4 ++-- basic/web-sockets/pom.xml | 2 +- basic/ws-inbound-gateway/pom.xml | 8 ++++---- basic/ws-outbound-gateway/pom.xml | 6 +++--- basic/xml/pom.xml | 4 ++-- basic/xmpp/pom.xml | 4 ++-- build.gradle | 10 +++++----- dsl/cafe-dsl/pom.xml | 6 +++--- dsl/kafka-dsl/pom.xml | 8 ++++---- dsl/pom.xml | 2 +- dsl/si4demo/pom.xml | 4 ++-- intermediate/async-gateway/pom.xml | 4 ++-- intermediate/dynamic-poller/pom.xml | 4 ++-- intermediate/errorhandling/pom.xml | 4 ++-- intermediate/file-processing/pom.xml | 4 ++-- intermediate/mail-attachments/pom.xml | 8 ++++---- intermediate/monitoring/pom.xml | 10 +++++----- intermediate/multipart-http/pom.xml | 6 +++--- intermediate/rest-http/pom.xml | 20 +++++++++---------- intermediate/retry-and-more/pom.xml | 10 +++++----- .../splitter-aggregator-reaper/pom.xml | 4 ++-- intermediate/stored-procedures-derby/pom.xml | 4 ++-- intermediate/stored-procedures-ms/pom.xml | 4 ++-- intermediate/stored-procedures-oracle/pom.xml | 4 ++-- .../stored-procedures-postgresql/pom.xml | 4 ++-- .../tcp-client-server-multiplex/pom.xml | 6 +++--- intermediate/travel/pom.xml | 8 ++++---- intermediate/tx-synch/pom.xml | 6 +++--- 65 files changed, 193 insertions(+), 193 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 7dcc717f..db4b1054 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -62,13 +62,13 @@ org.springframework.integration spring-integration-jms - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index e2139140..42934905 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ftp - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 1eab3cab..0d54d590 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -65,13 +65,13 @@ org.springframework.integration spring-integration-ip - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.1.RELEASE + 1.2.2.RELEASE compile @@ -95,7 +95,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index cc279ad0..f1d679f3 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -56,25 +56,25 @@ org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-rmi - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-jmx - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -122,7 +122,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index f1c962b9..d04897c5 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -62,7 +62,7 @@ org.springframework.integration spring-integration-amqp - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 044ef660..7d190de7 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -74,7 +74,7 @@ org.springframework.integration spring-integration-jms - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 91d37081..de73fd19 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index fee07948..bcc96868 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -70,31 +70,31 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-ftp - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-http - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-mail - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.1.RELEASE + 1.2.2.RELEASE compile @@ -130,7 +130,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test @@ -141,7 +141,7 @@ org.springframework.integration spring-integration-test - 4.3.9.RELEASE + 4.3.10.RELEASE test diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index eb5cc8ab..e63cf52f 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ip - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index f4b5932a..63d178a0 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -55,31 +55,31 @@ org.springframework.integration spring-integration-ip - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-webmvc - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-orm - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-aop - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-aspects - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -91,19 +91,19 @@ org.springframework spring-jdbc - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-tx - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-context - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -235,7 +235,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 9632fbf5..450c4eb7 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/amqp-affinity/pom.xml b/basic/amqp-affinity/pom.xml index c7dfbec8..f5971624 100644 --- a/basic/amqp-affinity/pom.xml +++ b/basic/amqp-affinity/pom.xml @@ -72,7 +72,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 476c4652..c0248565 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 28d60a89..96bd2b15 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -75,19 +75,19 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-http - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -111,7 +111,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 9e51f6d1..60f68d73 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index d6e3614c..46fabab5 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 910f9c40..faaac46b 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-feed - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/file/pom.xml b/basic/file/pom.xml index fb47c171..d8ef2dcc 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-file - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 44911a49..a84856ce 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ftp - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test @@ -116,7 +116,7 @@ org.springframework.integration spring-integration-test - 4.3.9.RELEASE + 4.3.10.RELEASE test diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 516fce49..f3a36494 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/http-boot/pom.xml b/basic/http-boot/pom.xml index 998d2e3c..1f7d918f 100644 --- a/basic/http-boot/pom.xml +++ b/basic/http-boot/pom.xml @@ -72,7 +72,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 66a0118b..1f6606a3 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -55,19 +55,19 @@ org.springframework.integration spring-integration-http - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-mail - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-webmvc - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -121,7 +121,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index a2ec2fc3..b7a64a02 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 3bf254fd..b32fb2d1 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jms - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -104,13 +104,13 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test org.springframework.integration spring-integration-test - 4.3.9.RELEASE + 4.3.10.RELEASE test diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index d0562ebb..95797318 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jmx - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 2ecb183f..6aec473e 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-jpa - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -107,7 +107,7 @@ org.springframework spring-instrument - 4.3.8.RELEASE + 4.3.9.RELEASE runtime @@ -173,7 +173,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 774995a3..8842a5cc 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -71,19 +71,19 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.kafka spring-kafka - 1.1.0.RELEASE + 1.1.6.RELEASE compile org.springframework.kafka spring-kafka-test - 1.1.0.RELEASE + 1.1.6.RELEASE compile @@ -113,7 +113,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 6ccc29e1..fb70263e 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-mail - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-context - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 9ab856c4..c7d891bf 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-mongodb - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index dbb6dfa1..e4b2fcf3 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -65,19 +65,19 @@ org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-mqtt - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.1.RELEASE + 1.2.2.RELEASE compile @@ -101,7 +101,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 589e3087..372c2abf 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index e19aa844..79176330 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index ff6e0fc6..722e4f34 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-sftp - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 86475984..fc6d6799 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -65,7 +65,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -95,7 +95,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 436ade11..53109bc3 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-amqp - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-ip - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 52cbf7aa..2c46e3b1 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ip - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -68,7 +68,7 @@ org.springframework.integration spring-integration-test - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 87ee805f..ad82a781 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -56,25 +56,25 @@ org.springframework.integration spring-integration-file - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-http - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-webmvc - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -104,13 +104,13 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test org.springframework.integration spring-integration-test - 4.3.9.RELEASE + 4.3.10.RELEASE test diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 68cb5660..167b2dfb 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-twitter - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 92e780f8..94a4e926 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -88,7 +88,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index cba35767..877f2f6c 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -55,19 +55,19 @@ org.springframework.integration spring-integration-xml - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-webmvc - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -97,7 +97,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index b0609b23..4bc3d234 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 39490b1a..086cf0b9 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-xml - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index c427174c..71ca1e08 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-xmpp - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/build.gradle b/build.gradle index 0c1a58e6..6edd6d4c 100644 --- a/build.gradle +++ b/build.gradle @@ -196,13 +196,13 @@ subprojects { subproject -> postgresVersion = '9.1-901-1.jdbc4' subethasmtpVersion = '1.2' slf4jVersion = '1.7.11' - springIntegrationVersion = '4.3.9.RELEASE' - springIntegrationDslVersion = '1.2.1.RELEASE' + springIntegrationVersion = '4.3.10.RELEASE' + springIntegrationDslVersion = '1.2.2.RELEASE' springIntegrationKafkaVersion = '2.1.0.RELEASE' springIntegrationSplunkVersion = '1.1.0.RELEASE' - springKafkaVersion = '1.1.0.RELEASE' - springVersion = '4.3.8.RELEASE' - springSecurityVersion = '4.0.2.RELEASE' + springKafkaVersion = '1.1.6.RELEASE' + springVersion = '4.3.9.RELEASE' + springSecurityVersion = '4.1.4.RELEASE' springWebFlowVersion = '2.3.3.RELEASE' tilesJspVersion = '2.2.1' validationApiVersion = '1.0.0.GA' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 7ccd64dc..1bfa3219 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -83,7 +83,7 @@ org.springframework.integration spring-integration-java-dsl - 1.2.1.RELEASE + 1.2.2.RELEASE compile @@ -107,7 +107,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 8a1d7f27..4ea121d8 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -65,13 +65,13 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.1.RELEASE + 1.2.2.RELEASE compile @@ -83,7 +83,7 @@ org.springframework.kafka spring-kafka-test - 1.1.0.RELEASE + 1.1.6.RELEASE compile @@ -113,7 +113,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/dsl/pom.xml b/dsl/pom.xml index 4808048d..2a1d90f4 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -72,7 +72,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 0e59b1d2..ab5d8033 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -90,7 +90,7 @@ org.springframework.integration spring-integration-java-dsl - 1.2.1.RELEASE + 1.2.2.RELEASE compile @@ -132,7 +132,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index bdfbae5d..2c422c04 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index c954a252..acca6751 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 598bd9bf..bb261b6e 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 0cf40287..14789537 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-file - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 6aac7eb1..333eef1a 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-mail - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-file - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -110,13 +110,13 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test org.springframework.integration spring-integration-test - 4.3.9.RELEASE + 4.3.10.RELEASE test diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 3aad337f..881f6b2e 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -55,25 +55,25 @@ org.springframework.integration spring-integration-jmx - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-twitter - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-webmvc - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -109,7 +109,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 818b1223..6f6524c0 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -55,13 +55,13 @@ org.springframework.integration spring-integration-http - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-webmvc - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -109,7 +109,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 6aabc4a3..0a01e359 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -55,43 +55,43 @@ org.springframework.integration spring-integration-http - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-webmvc - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-oxm - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-tx - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-jdbc - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-context - 4.3.8.RELEASE + 4.3.9.RELEASE compile org.springframework spring-aop - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -103,13 +103,13 @@ org.springframework.security spring-security-web - 4.0.2.RELEASE + 4.1.4.RELEASE compile org.springframework.security spring-security-config - 4.0.2.RELEASE + 4.1.4.RELEASE compile @@ -145,7 +145,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 4a00cae8..c7dc7da9 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -56,25 +56,25 @@ org.springframework.integration spring-integration-stream - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-ftp - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-file - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 1cb1f1e8..362f3519 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index b65ed1b4..ad7e6957 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 4d972c89..f94b87e9 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 2d7dea65..b4b43f31 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index ff897aae..fc728504 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 2da888e7..87db8286 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ip - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -86,13 +86,13 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test org.springframework.integration spring-integration-test - 4.3.9.RELEASE + 4.3.10.RELEASE test diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 1c98be7f..fe6db241 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -56,19 +56,19 @@ org.springframework.integration spring-integration-ws - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-http - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework spring-web - 4.3.8.RELEASE + 4.3.9.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index d5839cc0..6e8b6928 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jdbc - 4.3.9.RELEASE + 4.3.10.RELEASE compile org.springframework.integration spring-integration-file - 4.3.9.RELEASE + 4.3.10.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.8.RELEASE + 4.3.9.RELEASE test