From e27e371e7d40502ec052623e3c8983889589527a Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 14 Feb 2019 16:26:52 -0500 Subject: [PATCH] Generate POMs --- advanced/advanced-testing-examples/pom.xml | 4 ++-- advanced/dynamic-ftp/pom.xml | 4 ++-- advanced/dynamic-tcp-client/pom.xml | 8 ++++---- 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 | 8 ++++---- applications/loan-broker/pom.xml | 4 ++-- applications/loanshark/pom.xml | 4 ++-- applications/stomp-chat/pom.xml | 8 ++++---- basic/amqp/pom.xml | 4 ++-- basic/barrier/pom.xml | 8 ++++---- basic/control-bus/pom.xml | 4 ++-- basic/enricher/pom.xml | 4 ++-- basic/feed/pom.xml | 4 ++-- basic/file/pom.xml | 4 ++-- basic/ftp/pom.xml | 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 | 8 ++++---- basic/kafka/pom.xml | 10 +++++----- basic/mail/pom.xml | 4 ++-- basic/mongodb/pom.xml | 4 ++-- basic/mqtt/pom.xml | 8 ++++---- basic/oddeven/pom.xml | 4 ++-- basic/quote/pom.xml | 4 ++-- basic/sftp/pom.xml | 4 ++-- basic/splunk/pom.xml | 8 ++++---- basic/tcp-amqp/pom.xml | 4 ++-- basic/tcp-broadcast/pom.xml | 8 ++++---- basic/tcp-client-server/pom.xml | 4 ++-- basic/testing-examples/pom.xml | 4 ++-- basic/twitter/pom.xml | 4 ++-- basic/web-sockets/pom.xml | 8 ++++---- basic/ws-inbound-gateway/pom.xml | 4 ++-- basic/ws-outbound-gateway/pom.xml | 4 ++-- basic/xml/pom.xml | 4 ++-- basic/xmpp/pom.xml | 4 ++-- dsl/cafe-dsl/pom.xml | 8 ++++---- dsl/kafka-dsl/pom.xml | 8 ++++---- dsl/pom.xml | 4 ++-- dsl/si4demo/pom.xml | 8 ++++---- 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 ++-- 63 files changed, 155 insertions(+), 155 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index f0c94cbf..e5078016 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index cde3da89..91ae1c17 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index fe10ccf2..e8fdf57e 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 - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples dynamic-tcp-client @@ -171,21 +171,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 3dc1d954..d6337317 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -217,14 +217,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index e006d6ad..547038a8 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 9bf3ed9e..e8ac56bb 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index b9cc76ad..cd7ee69c 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index b14fb66c..5a1722ca 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 - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples file-split-ftp @@ -239,21 +239,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index e36d2915..6e2bc2b6 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 2e55713b..3bc69646 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -441,14 +441,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 56761fef..0d44525d 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples stomp-chat @@ -193,21 +193,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 4fc212ae..3b374c9c 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index d1581ef3..05306e43 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples barrier @@ -204,21 +204,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index af4ce290..a526da03 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 54792947..8d1ed4cf 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 319c7d7c..8ef93094 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index f8c113d7..95b0cad9 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index ebeab9eb..ccb80a96 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -207,14 +207,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 8708a384..d5560356 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 64794b91..87da6300 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 124773fa..ac8d2376 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 8d4a1791..b3da28ed 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 9898acc4..9a12e75c 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 56ad52c0..dd6182a9 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples jpa @@ -206,21 +206,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 36a9b166..8303b961 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples kafka @@ -98,7 +98,7 @@ org.springframework.kafka spring-kafka - 2.2.2.RELEASE + 2.2.3.RELEASE compile @@ -211,21 +211,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 9f8324f3..35cf4640 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 49ff5124..fe75fb89 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 6e1b14e2..2b458765 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples mqtt @@ -171,21 +171,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 8ddd81a9..6f4add07 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 6da7acb0..09c1cad9 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index d293b70c..4f23f7da 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index ab4843ae..f46808be 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples splunk @@ -183,21 +183,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index aec2c56e..a3daf841 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index a1beefcf..270ac183 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples tcp-broadcast @@ -182,21 +182,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 3796b26c..6fcb52f0 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 00032aa5..800d858c 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -192,14 +192,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 987fdbe3..d81b9cb1 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -149,14 +149,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 07c852ab..8e149935 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples web-sockets @@ -171,21 +171,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 3f2e1a24..8ce28cfe 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index b74b99f1..0aee1d69 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index e9d240eb..ab513387 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 2801ea16..110d3fd3 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 8b4a69e4..34b6880d 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples cafe-dsl @@ -195,21 +195,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 686c265b..287c5a90 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples kafka-dsl @@ -195,21 +195,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 67342d38..0998235a 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -123,14 +123,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 9d2a7a31..4080d914 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.2.RELEASE org.springframework.integration.samples si4demo @@ -252,21 +252,21 @@ org.springframework.boot spring-boot-dependencies - 2.1.0.RELEASE + 2.1.2.RELEASE import pom org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 2b0e90cc..17af6ca0 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index e9931899..841b54f4 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 74a58043..8b801690 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index b819a333..4ef64397 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index ecfffbe9..60ed27eb 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 71496efa..0f953194 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index c3f5b99b..7f427f99 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index c6030f5b..10658704 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.2.RELEASE + 5.1.4.RELEASE compile @@ -156,7 +156,7 @@ org.springframework.security spring-security-config - 5.1.2.RELEASE + 5.1.4.RELEASE compile @@ -262,14 +262,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 7221de5d..ccf5d7da 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 8b5ff16b..03475ea7 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 593f82e2..41034f5e 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 38f6ee25..b8a745ea 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index d026c4de..5fd8dc3b 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 7927d2cc..c54f5d06 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 13b1ced1..cce1a03e 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.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 5e7aa10a..4d4a5208 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -170,14 +170,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index db94e868..1d6d6e05 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.1.RELEASE + 5.1.3.RELEASE import pom