From 17d05c2b5e6238e330c5e452d66be11aba1c341b Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 28 Nov 2018 15:18:00 -0500 Subject: [PATCH] Upgrade dependencies & generate poms --- advanced/advanced-testing-examples/pom.xml | 4 ++-- advanced/dynamic-ftp/pom.xml | 4 ++-- advanced/dynamic-tcp-client/pom.xml | 4 ++-- applications/cafe-scripted/pom.xml | 4 ++-- 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 | 4 ++-- applications/loan-broker/pom.xml | 4 ++-- applications/loanshark/pom.xml | 4 ++-- applications/stomp-chat/pom.xml | 4 ++-- basic/amqp/pom.xml | 4 ++-- basic/barrier/pom.xml | 4 ++-- 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 | 4 ++-- basic/helloworld/pom.xml | 4 ++-- basic/http/pom.xml | 4 ++-- basic/jdbc/pom.xml | 4 ++-- basic/jms/pom.xml | 4 ++-- basic/jmx/pom.xml | 4 ++-- basic/jpa/pom.xml | 4 ++-- basic/kafka/pom.xml | 6 +++--- basic/mail/pom.xml | 4 ++-- basic/mongodb/pom.xml | 4 ++-- basic/mqtt/pom.xml | 4 ++-- 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 | 4 ++-- basic/tcp-broadcast/pom.xml | 4 ++-- basic/tcp-client-server/pom.xml | 4 ++-- basic/testing-examples/pom.xml | 4 ++-- basic/twitter/pom.xml | 4 ++-- basic/web-sockets/pom.xml | 4 ++-- basic/ws-inbound-gateway/pom.xml | 4 ++-- basic/ws-outbound-gateway/pom.xml | 4 ++-- basic/xml/pom.xml | 4 ++-- basic/xmpp/pom.xml | 4 ++-- build.gradle | 8 ++++---- dsl/cafe-dsl/pom.xml | 4 ++-- dsl/kafka-dsl/pom.xml | 4 ++-- dsl/pom.xml | 4 ++-- 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 | 4 ++-- intermediate/monitoring/pom.xml | 4 ++-- intermediate/multipart-http/pom.xml | 4 ++-- intermediate/rest-http/pom.xml | 8 ++++---- intermediate/retry-and-more/pom.xml | 4 ++-- intermediate/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 ++-- intermediate/stored-procedures-postgresql/pom.xml | 4 ++-- intermediate/tcp-client-server-multiplex/pom.xml | 4 ++-- intermediate/travel/pom.xml | 4 ++-- intermediate/tx-synch/pom.xml | 4 ++-- 64 files changed, 133 insertions(+), 133 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 65354ed6..f0c94cbf 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index b1280d02..cde3da89 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index f9b0f9c3..fe10ccf2 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -178,14 +178,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 63e1aa54..3dc1d954 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -217,14 +217,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 213cc4fb..e006d6ad 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index d2886d8d..9bf3ed9e 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 8e12ae10..aab1251e 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 00e34712..b14fb66c 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -246,14 +246,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index faf600a8..e36d2915 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index e476e25d..8d473d57 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -441,14 +441,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 111ab1ab..56761fef 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 2e8686b2..4fc212ae 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index be17ec25..d1581ef3 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -211,14 +211,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index a0ab7d52..af4ce290 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 2722b1c5..54792947 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index fdbda9d1..319c7d7c 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index b4675c22..f8c113d7 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index c50d22eb..ebeab9eb 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -207,14 +207,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 776f3686..8708a384 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index d0c91840..5c94de7f 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 61d03e8d..124773fa 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index e12668ca..8d4a1791 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 1c6519dd..9898acc4 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 0f6bf250..56ad52c0 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -213,14 +213,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 8bc69c88..36a9b166 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -98,7 +98,7 @@ org.springframework.kafka spring-kafka - 2.2.0.RELEASE + 2.2.2.RELEASE compile @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index de6d6c2e..9f8324f3 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 6694bcab..49ff5124 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index a3139a32..6e1b14e2 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -178,14 +178,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 6c33abd4..8ddd81a9 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index ab71f06e..6da7acb0 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 67fcd0ce..d293b70c 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 68e133c0..ab4843ae 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -190,14 +190,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index c41a32df..aec2c56e 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index bb1eb5c8..a1beefcf 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -189,14 +189,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 472d5bb3..3796b26c 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 7afd8bd1..00032aa5 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -192,14 +192,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 39b645a5..987fdbe3 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -149,14 +149,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 8ab08e31..07c852ab 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -178,14 +178,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 5c9adad9..3f2e1a24 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -170,14 +170,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 44e8ec6b..b74b99f1 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index bf563b77..e9d240eb 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 25eaa8d8..2801ea16 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/build.gradle b/build.gradle index ef232545..0e859343 100644 --- a/build.gradle +++ b/build.gradle @@ -211,13 +211,13 @@ subprojects { subproject -> postgresVersion = '42.0.0' subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' - springIntegrationVersion = '5.1.0.RELEASE' + springIntegrationVersion = '5.1.1.RELEASE' springIntegrationKafkaVersion = '3.1.0.RELEASE' springIntegrationSocialTwiterVersion = '1.0.0.RELEASE' springIntegrationSplunkVersion = '1.1.0.RELEASE' - springKafkaVersion = '2.2.0.RELEASE' - springVersion = '5.1.2.RELEASE' - springSecurityVersion = '5.1.1.RELEASE' + springKafkaVersion = '2.2.2.RELEASE' + springVersion = '5.1.3.RELEASE' + springSecurityVersion = '5.1.2.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 865502de..8b4a69e4 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -202,14 +202,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index efac76d4..686c265b 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -202,14 +202,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 71f2fd29..67342d38 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -123,14 +123,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 0d849475..9d2a7a31 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -259,14 +259,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 868e5b9d..2b0e90cc 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 7b5ff263..e9931899 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 5714dcfb..74a58043 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 34a095c8..b819a333 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index a6162588..ecfffbe9 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index d26771e8..71496efa 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index b7ab10a3..0a2de817 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 66e834d9..71ae273d 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -144,7 +144,7 @@ org.springframework.security spring-security-web - 5.1.1.RELEASE + 5.1.2.RELEASE compile @@ -156,7 +156,7 @@ org.springframework.security spring-security-config - 5.1.1.RELEASE + 5.1.2.RELEASE compile @@ -262,14 +262,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index af2cfff5..7221de5d 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -181,14 +181,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 0b2f96ef..8b5ff16b 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 8ecfb5be..593f82e2 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index b6ca30ca..38f6ee25 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -172,14 +172,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index bbccebe0..d026c4de 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index bccf36cb..7927d2cc 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -184,14 +184,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index b70e1ed9..13b1ced1 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index e967136d..5e7aa10a 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -170,14 +170,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index d1ee11d8..db94e868 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.2.RELEASE + 5.1.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.0.RELEASE + 5.1.1.RELEASE import pom