From 10b31baa24790395ed4af8791ab9e10053be2679 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 10 Jan 2019 16:34:18 -0500 Subject: [PATCH] Upgrade dependencies --- advanced/advanced-testing-examples/pom.xml | 6 +-- advanced/dynamic-ftp/pom.xml | 4 +- advanced/dynamic-tcp-client/pom.xml | 8 ++-- applications/cafe-scripted/pom.xml | 10 ++--- applications/cafe/cafe-amqp/pom.xml | 4 +- applications/cafe/cafe-jms/pom.xml | 8 ++-- applications/cafe/cafe-si/pom.xml | 4 +- applications/file-split-ftp/pom.xml | 16 ++++---- applications/loan-broker/pom.xml | 4 +- applications/loanshark/pom.xml | 24 +++++------ applications/stomp-chat/pom.xml | 4 +- basic/amqp-affinity/pom.xml | 2 +- basic/amqp/pom.xml | 6 +-- basic/barrier/pom.xml | 10 ++--- 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 | 10 ++--- 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 | 12 +++--- basic/jmx/pom.xml | 6 +-- basic/jpa/pom.xml | 40 +++++++++++++++++-- basic/kafka/pom.xml | 12 +++--- basic/mail/pom.xml | 6 +-- basic/mongodb/pom.xml | 4 +- basic/mqtt/pom.xml | 10 ++--- basic/oddeven/pom.xml | 4 +- basic/quote/pom.xml | 4 +- basic/sftp/pom.xml | 4 +- basic/splunk/pom.xml | 6 +-- basic/tcp-amqp/pom.xml | 10 ++--- basic/tcp-client-server/pom.xml | 6 +-- basic/testing-examples/pom.xml | 12 +++--- basic/twitter/pom.xml | 4 +- basic/web-sockets/pom.xml | 4 +- 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 | 8 ++-- dsl/cafe-dsl/pom.xml | 8 ++-- dsl/kafka-dsl/pom.xml | 12 +++--- dsl/pom.xml | 2 +- dsl/si4demo/pom.xml | 6 +-- gradle.properties | 2 +- 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 +-- 66 files changed, 250 insertions(+), 218 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index db4b1054..8879883f 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 42934905..897e5d18 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.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 0d54d590..291d8a77 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.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples dynamic-tcp-client @@ -65,13 +65,13 @@ org.springframework.integration spring-integration-ip - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.2.RELEASE + 1.2.3.RELEASE compile @@ -95,7 +95,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index f1d679f3..85f2327e 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-rmi - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-jmx - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -122,7 +122,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index d04897c5..3ce1ffa3 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.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 7d190de7..0b368c5e 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -62,19 +62,19 @@ org.apache.activemq activemq-broker - 5.12.1 + 5.15.0 compile org.apache.activemq activemq-kahadb-store - 5.12.1 + 5.15.0 compile org.springframework.integration spring-integration-jms - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index de73fd19..832b07b9 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.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index bcc96868..5d195ec0 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.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples file-split-ftp @@ -70,31 +70,31 @@ org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-ftp - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-http - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-mail - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.2.RELEASE + 1.2.3.RELEASE compile @@ -130,7 +130,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test @@ -141,7 +141,7 @@ org.springframework.integration spring-integration-test - 4.3.10.RELEASE + 4.3.19.RELEASE test diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index e63cf52f..def17d4a 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.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 63d178a0..26d9c4de 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -55,31 +55,31 @@ org.springframework.integration spring-integration-ip - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-webmvc - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-orm - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-aop - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-aspects - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -91,19 +91,19 @@ org.springframework spring-jdbc - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-tx - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-context - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -193,7 +193,7 @@ org.slf4j slf4j-api - 1.7.11 + 1.7.25 compile @@ -205,13 +205,13 @@ org.slf4j slf4j-log4j12 - 1.7.11 + 1.7.25 runtime org.slf4j jcl-over-slf4j - 1.7.11 + 1.7.25 runtime @@ -235,7 +235,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 450c4eb7..16aefe83 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.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples stomp-chat @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/amqp-affinity/pom.xml b/basic/amqp-affinity/pom.xml index f5971624..d5cc3460 100644 --- a/basic/amqp-affinity/pom.xml +++ b/basic/amqp-affinity/pom.xml @@ -72,7 +72,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index c0248565..20444f3d 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-stream - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 96bd2b15..fbcc197a 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples barrier @@ -75,19 +75,19 @@ org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-http - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -111,7 +111,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 60f68d73..7d3c2c3e 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.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 46fabab5..b30c373f 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index faaac46b..fd7e9b1b 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-feed - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/file/pom.xml b/basic/file/pom.xml index d8ef2dcc..0572d4c8 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-file - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index a84856ce..88dd3b18 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ftp - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -74,13 +74,13 @@ org.slf4j slf4j-api - 1.7.11 + 1.7.25 compile org.slf4j slf4j-log4j12 - 1.7.11 + 1.7.25 runtime @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test @@ -116,7 +116,7 @@ org.springframework.integration spring-integration-test - 4.3.10.RELEASE + 4.3.19.RELEASE test diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index f3a36494..51065159 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/http-boot/pom.xml b/basic/http-boot/pom.xml index 1f7d918f..86ee7c8a 100644 --- a/basic/http-boot/pom.xml +++ b/basic/http-boot/pom.xml @@ -72,7 +72,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 1f6606a3..62783da9 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -55,19 +55,19 @@ org.springframework.integration spring-integration-http - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-mail - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-webmvc - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -121,7 +121,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index b7a64a02..06e117e6 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index b32fb2d1..ad666ca5 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -56,25 +56,25 @@ org.springframework.integration spring-integration-jms - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-stream - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.apache.activemq activemq-broker - 5.12.1 + 5.15.0 compile org.apache.activemq activemq-kahadb-store - 5.12.1 + 5.15.0 compile @@ -104,13 +104,13 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test org.springframework.integration spring-integration-test - 4.3.10.RELEASE + 4.3.19.RELEASE test diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 95797318..6fd32d7a 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jmx - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-stream - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 6aec473e..36ed979c 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples jpa @@ -62,6 +62,10 @@ spring-boot-starter-data-jpa compile + + xml-apis + xml-apis + commons-logging commons-logging @@ -71,9 +75,13 @@ org.springframework.integration spring-integration-jpa - 4.3.10.RELEASE + 4.3.19.RELEASE compile + + xml-apis + xml-apis + commons-logging commons-logging @@ -86,6 +94,10 @@ 1.3.175 compile + + xml-apis + xml-apis + commons-logging commons-logging @@ -98,6 +110,10 @@ 1.0.0.Final compile + + xml-apis + xml-apis + commons-logging commons-logging @@ -107,9 +123,13 @@ org.springframework spring-instrument - 4.3.9.RELEASE + 4.3.22.RELEASE runtime + + xml-apis + xml-apis + commons-logging commons-logging @@ -122,6 +142,10 @@ 2.4.0 runtime + + xml-apis + xml-apis + commons-logging commons-logging @@ -134,6 +158,10 @@ 5.0.9.Final runtime + + xml-apis + xml-apis + commons-logging commons-logging @@ -146,6 +174,10 @@ 2.4.2 runtime + + xml-apis + xml-apis + commons-logging commons-logging @@ -173,7 +205,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 8842a5cc..5864644c 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples kafka @@ -65,25 +65,25 @@ org.springframework.integration spring-integration-kafka - 2.1.0.RELEASE + 2.3.0.RELEASE compile org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.kafka spring-kafka - 1.1.6.RELEASE + 1.3.9.RELEASE compile org.springframework.kafka spring-kafka-test - 1.1.6.RELEASE + 1.3.9.RELEASE compile @@ -113,7 +113,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index fb70263e..e2a749f1 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-mail - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-context - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index c7d891bf..b9dfdf13 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-mongodb - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index e4b2fcf3..dec1fe00 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples mqtt @@ -65,19 +65,19 @@ org.springframework.integration spring-integration-stream - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-mqtt - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.2.RELEASE + 1.2.3.RELEASE compile @@ -101,7 +101,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 372c2abf..2000d0e1 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 79176330..01595482 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 722e4f34..189a738d 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-sftp - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index fc6d6799..6ff8d36a 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples splunk @@ -65,7 +65,7 @@ org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -95,7 +95,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 53109bc3..18fd7aa1 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -56,19 +56,19 @@ org.springframework.integration spring-integration-amqp - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-ip - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.slf4j slf4j-api - 1.7.11 + 1.7.25 compile @@ -80,7 +80,7 @@ org.slf4j slf4j-log4j12 - 1.7.11 + 1.7.25 runtime @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 2c46e3b1..ea3fcb1e 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.10.RELEASE + 4.3.19.RELEASE compile @@ -68,7 +68,7 @@ org.springframework.integration spring-integration-test - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index ad82a781..f0675db1 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-http - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-webmvc - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -104,13 +104,13 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test org.springframework.integration spring-integration-test - 4.3.10.RELEASE + 4.3.19.RELEASE test diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 167b2dfb..0822d2e4 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-twitter - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 94a4e926..329a3c48 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.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples web-sockets @@ -88,7 +88,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 877f2f6c..da3b7d9b 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-webmvc - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -97,7 +97,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 4bc3d234..946c59dc 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 086cf0b9..f984379e 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-xml - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 71ca1e08..2f08ebfd 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-xmpp - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/build.gradle b/build.gradle index ab95d2ec..32da0d4b 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.25' - springIntegrationVersion = '4.3.18.RELEASE' + springIntegrationVersion = '4.3.19.RELEASE' springIntegrationDslVersion = '1.2.3.RELEASE' springIntegrationKafkaVersion = '2.3.0.RELEASE' springIntegrationSplunkVersion = '1.1.0.RELEASE' - springKafkaVersion = '1.3.0.RELEASE' - springVersion = '4.3.20.RELEASE' - springSecurityVersion = '4.1.4.RELEASE' + springKafkaVersion = '1.3.9.RELEASE' + springVersion = '4.3.22.RELEASE' + springSecurityVersion = '4.2.7.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 1bfa3219..9da7978f 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.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples cafe-dsl @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -83,7 +83,7 @@ org.springframework.integration spring-integration-java-dsl - 1.2.2.RELEASE + 1.2.3.RELEASE compile @@ -107,7 +107,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 4ea121d8..7c49091a 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.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples kafka-dsl @@ -65,25 +65,25 @@ org.springframework.integration spring-integration-core - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-java-dsl - 1.2.2.RELEASE + 1.2.3.RELEASE compile org.springframework.integration spring-integration-kafka - 2.1.0.RELEASE + 2.3.0.RELEASE compile org.springframework.kafka spring-kafka-test - 1.1.6.RELEASE + 1.3.9.RELEASE compile @@ -113,7 +113,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/dsl/pom.xml b/dsl/pom.xml index 2a1d90f4..493dd8f6 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -72,7 +72,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index ab5d8033..e622ba93 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.5.18.RELEASE org.springframework.integration.samples si4demo @@ -90,7 +90,7 @@ org.springframework.integration spring-integration-java-dsl - 1.2.2.RELEASE + 1.2.3.RELEASE compile @@ -132,7 +132,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/gradle.properties b/gradle.properties index 49cd7558..5c6db3e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ version=4.3.0.BUILD-SNAPSHOT -springBootVersion=1.5.17.RELEASE +springBootVersion=1.5.18.RELEASE org.gradle.daemon=true diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 2c422c04..acbab836 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.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index acca6751..0d18f613 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.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index bb261b6e..292108e8 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 14789537..df474b2e 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.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 333eef1a..258464b2 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-file - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -110,13 +110,13 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test org.springframework.integration spring-integration-test - 4.3.10.RELEASE + 4.3.19.RELEASE test diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 881f6b2e..e7c34625 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -55,25 +55,25 @@ org.springframework.integration spring-integration-jmx - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-twitter - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-webmvc - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -109,7 +109,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 6f6524c0..052be8a4 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-webmvc - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -109,7 +109,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 0a01e359..061bc683 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-webmvc - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-oxm - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-tx - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-jdbc - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-context - 4.3.9.RELEASE + 4.3.22.RELEASE compile org.springframework spring-aop - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -103,13 +103,13 @@ org.springframework.security spring-security-web - 4.1.4.RELEASE + 4.2.7.RELEASE compile org.springframework.security spring-security-config - 4.1.4.RELEASE + 4.2.7.RELEASE compile @@ -145,7 +145,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index c7dc7da9..afd0349d 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-ftp - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-file - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 362f3519..704d5601 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.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index ad7e6957..44b18d74 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.10.RELEASE + 4.3.19.RELEASE compile @@ -92,7 +92,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index f94b87e9..c33a2fd9 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.10.RELEASE + 4.3.19.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index b4b43f31..09c37ad8 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.10.RELEASE + 4.3.19.RELEASE compile @@ -86,7 +86,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index fc728504..c350afe5 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.10.RELEASE + 4.3.19.RELEASE compile @@ -104,7 +104,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 87db8286..3dea8028 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.10.RELEASE + 4.3.19.RELEASE compile @@ -86,13 +86,13 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test org.springframework.integration spring-integration-test - 4.3.10.RELEASE + 4.3.19.RELEASE test diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index fe6db241..76886b27 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -56,19 +56,19 @@ org.springframework.integration spring-integration-ws - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-http - 4.3.10.RELEASE + 4.3.19.RELEASE compile org.springframework spring-web - 4.3.9.RELEASE + 4.3.22.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index 6e8b6928..754d92ee 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.10.RELEASE + 4.3.19.RELEASE compile org.springframework.integration spring-integration-file - 4.3.10.RELEASE + 4.3.19.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-test - 4.3.9.RELEASE + 4.3.22.RELEASE test