diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index d239d651..ff28b794 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.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -92,7 +92,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 9a7e1756..d8b3b306 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.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index b78ea604..a79d069b 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples dynamic-tcp-client @@ -65,13 +65,13 @@ org.springframework.integration spring-integration-ip - 4.3.2.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.0.M2 + 1.2.0.RC1 compile diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 8022e8b9..a499a787 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.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-rmi - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-jmx - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -116,7 +116,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 4231fb9f..a9ce8d1f 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.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 4043da35..583bdd5e 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.1.RELEASE + 4.3.4.RELEASE compile @@ -98,7 +98,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 719f7834..22ba7420 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.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 002e98f8..162c052a 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples file-split-ftp @@ -67,22 +67,34 @@ spring-boot-starter-integration compile + + org.springframework.integration + spring-integration-core + 4.3.4.RELEASE + compile + org.springframework.integration spring-integration-ftp - 4.3.2.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-http - 4.3.2.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-mail - 4.3.2.RELEASE + 4.3.4.RELEASE + compile + + + org.springframework.integration + spring-integration-java-dsl + 1.2.0.RC1 compile diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 00574a9d..08b70763 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.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 35be8d88..5d0ddf11 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -55,7 +55,7 @@ org.springframework.integration spring-integration-ip - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -229,7 +229,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index aa8b7c9e..d02a356a 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples stomp-chat @@ -92,7 +92,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/amqp-affinity/pom.xml b/basic/amqp-affinity/pom.xml index ca7070ad..34e101ed 100644 --- a/basic/amqp-affinity/pom.xml +++ b/basic/amqp-affinity/pom.xml @@ -66,7 +66,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 2ca6006f..25f27e35 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-stream - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 44b57f1b..7f4c094e 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples barrier @@ -75,19 +75,19 @@ org.springframework.integration spring-integration-core - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-http - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -105,7 +105,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 60baa359..03bd32f9 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.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index b38fdcc0..966687f0 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index caa3b67e..b9630549 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-feed - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/file/pom.xml b/basic/file/pom.xml index f835273b..a138be85 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-file - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index fddf97ec..21cdb8a9 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ftp - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -98,7 +98,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test @@ -116,7 +116,7 @@ org.springframework.integration spring-integration-test - 4.3.1.RELEASE + 4.3.4.RELEASE test diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 8d9aaf50..f0402ad0 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/http-boot/pom.xml b/basic/http-boot/pom.xml index c7323d09..1f74163b 100644 --- a/basic/http-boot/pom.xml +++ b/basic/http-boot/pom.xml @@ -66,7 +66,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 47cc0f5d..48f88398 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -55,13 +55,13 @@ org.springframework.integration spring-integration-http - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-mail - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -115,7 +115,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 808f1342..8290b19b 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 95fd61a2..43cb69c5 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jms - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-stream - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -98,7 +98,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test @@ -110,7 +110,7 @@ org.springframework.integration spring-integration-test - 4.3.1.RELEASE + 4.3.4.RELEASE test diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 9efdd9dd..1e29daec 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jmx - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-stream - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 8f195b79..10c1f22a 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples jpa @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-jpa - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -167,7 +167,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 5ff94b69..9253f807 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples kafka @@ -65,25 +65,25 @@ org.springframework.integration spring-integration-kafka - 2.0.1.RELEASE + 2.1.0.RELEASE compile org.springframework.integration spring-integration-core - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.kafka spring-kafka - 1.1.0.M1 + 1.1.0.RELEASE compile org.springframework.kafka spring-kafka-test - 1.1.0.M1 + 1.1.0.RELEASE compile @@ -107,7 +107,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index df8f3b97..0f76e744 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-mail - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -98,7 +98,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index eb705f47..4257f7db 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-mongodb - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 090d003e..b82bfebc 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples mqtt @@ -65,19 +65,19 @@ org.springframework.integration spring-integration-stream - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-mqtt - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.0.M1 + 1.2.0.RC1 compile @@ -95,7 +95,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 39ae9ac6..77bc5c9d 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 9b4fe9a5..b61050fe 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 93133665..2b580988 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-sftp - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 8be3e074..671db08a 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples splunk @@ -65,7 +65,7 @@ org.springframework.integration spring-integration-core - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 4c9810eb..2922086d 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.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-ip - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -98,7 +98,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 35c364ee..6f576b64 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.1.RELEASE + 4.3.4.RELEASE compile @@ -68,7 +68,7 @@ org.springframework.integration spring-integration-test - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -92,7 +92,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 06118f65..0dbd1181 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -56,19 +56,19 @@ org.springframework.integration spring-integration-file - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-http - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -98,7 +98,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test @@ -110,7 +110,7 @@ org.springframework.integration spring-integration-test - 4.3.1.RELEASE + 4.3.4.RELEASE test diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index c69cf19c..fc3229c8 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-twitter - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 7a22cf63..6a254dfb 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples web-sockets @@ -82,7 +82,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 32f0161a..166284d0 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -55,13 +55,13 @@ org.springframework.integration spring-integration-xml - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -91,7 +91,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 6078626a..54890f57 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.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 11d6fea3..b29b176d 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-xml - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 31a35e8d..228e59c1 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-xmpp - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index d9f884b8..820d776e 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples cafe-dsl @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-core - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -83,7 +83,7 @@ org.springframework.integration spring-integration-java-dsl - 1.2.0.M1 + 1.2.0.RC1 compile @@ -101,7 +101,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index a46d915b..12c6ac77 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples kafka-dsl @@ -65,25 +65,25 @@ org.springframework.integration spring-integration-core - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.0.M1 + 1.2.0.RC1 compile - org.springframework.kafka - spring-kafka - 1.1.0.M1 + org.springframework.integration + spring-integration-kafka + 2.1.0.RELEASE compile org.springframework.kafka spring-kafka-test - 1.1.0.M1 + 1.1.0.RELEASE compile @@ -107,7 +107,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/dsl/pom.xml b/dsl/pom.xml index 3266ce58..d795205c 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -66,7 +66,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 20c4d34b..f123ba6d 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.1.RELEASE org.springframework.integration.samples si4demo @@ -90,7 +90,7 @@ org.springframework.integration spring-integration-java-dsl - 1.2.0.M1 + 1.2.0.RC1 compile @@ -126,7 +126,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index da98e295..a8d6490c 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.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 3f77e77d..8a8331b4 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.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 13d0185a..6d613874 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 0c5ee954..309af5b3 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.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 837bfc0f..b20ffacf 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.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-file - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -104,7 +104,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test @@ -116,7 +116,7 @@ org.springframework.integration spring-integration-test - 4.3.1.RELEASE + 4.3.4.RELEASE test diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 9d73f2e8..9e955478 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -55,19 +55,19 @@ org.springframework.integration spring-integration-jmx - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-twitter - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -103,7 +103,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 45ccaae7..ee5213ca 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -55,7 +55,7 @@ org.springframework.integration spring-integration-http - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -103,7 +103,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 956f5b75..c09d7b71 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -55,7 +55,7 @@ org.springframework.integration spring-integration-http - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -139,7 +139,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 62944de8..e2721ce1 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -56,31 +56,31 @@ org.springframework.integration spring-integration-stream - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-ftp - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-file - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.mockito mockito-core - 1.9.5 + 1.10.19 compile diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 32c536e7..b546c8b3 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.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index bc2e9778..8f48761f 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.1.RELEASE + 4.3.4.RELEASE compile @@ -86,7 +86,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index d0ec3c09..7478c414 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.1.RELEASE + 4.3.4.RELEASE compile @@ -92,7 +92,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 7a61de9b..aebba018 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.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index f8b4cc41..62684b4c 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.1.RELEASE + 4.3.4.RELEASE compile @@ -98,7 +98,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index fc422da0..b5100285 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.1.RELEASE + 4.3.4.RELEASE compile @@ -80,7 +80,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test @@ -92,7 +92,7 @@ org.springframework.integration spring-integration-test - 4.3.1.RELEASE + 4.3.4.RELEASE test diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 6c22c8cc..04d330df 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-ws - 4.3.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-http - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -92,7 +92,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index 96df81dc..251d15ce 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.1.RELEASE + 4.3.4.RELEASE compile org.springframework.integration spring-integration-file - 4.3.1.RELEASE + 4.3.4.RELEASE compile @@ -92,7 +92,7 @@ org.mockito mockito-core - 1.9.5 + 1.10.19 test