From 3d30ed5d9ca6ea24b5c3dbe5dc8c2d2871fb4c45 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 22 Jul 2020 14:23:22 -0400 Subject: [PATCH] Upgrade dependencies --- 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 | 4 ++-- 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 | 4 ++-- 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, 130 insertions(+), 130 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 50c2ff42..a5d7d01f 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index c7b4e3de..8e45e6d2 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 5ba82112..25dbaffc 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 9e77f84d..21481f2e 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -217,14 +217,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 6ce88b35..9354304a 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 37e90d6b..080ecea9 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index d02fc4db..64126dca 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index f99f6f7b..50c46456 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index d0d429d6..26938db4 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index ebd4beb0..2503be4b 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -441,14 +441,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 2a8a3cb7..bd44ce08 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index cd59c02f..a076a034 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 576c3d10..ea379b3f 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -211,14 +211,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index cad98821..df3d0e9c 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 5d66e4bd..c5306462 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 2f134d6e..cb3f6fce 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 30fbc717..ef3c855a 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 84c25b77..2efd31d2 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -207,14 +207,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 9af320a0..b1a1320f 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 64a74d44..0a12f4c8 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index d70e1e22..10afc2b2 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index d4f82719..4081ccd4 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 547f9085..245f245e 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 2824f4d0..6697e4cb 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -213,14 +213,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index d2f0458d..360e06f5 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 09f612cf..1f131d5f 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index e494b0d4..7f85c14f 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 9f1a159f..5e532ab5 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -178,14 +178,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 693fa37c..10ef3618 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 13194177..4066f9a1 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 58896b6c..41ffac5f 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 84d7119b..66fbe31b 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -190,14 +190,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 8bc05ebd..4d1ba158 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index c06ed7dc..4d61ed23 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -189,14 +189,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 63a717d1..7c667151 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index cff40ab5..105222ec 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -192,14 +192,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 26071a70..5aa23042 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -149,14 +149,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 8b3e7b0c..d3b043d6 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -178,14 +178,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 30a9e9bf..48c10e28 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index e9236b42..cc5cde1b 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index ec36adf9..dd62385c 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 3c4c1a2f..c4c85c5d 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/build.gradle b/build.gradle index 03ceede0..e344faff 100644 --- a/build.gradle +++ b/build.gradle @@ -210,12 +210,12 @@ subprojects { subproject -> postgresVersion = '42.0.0' subethasmtpVersion = '1.2' slf4jVersion = '1.7.30' - springIntegrationVersion = '5.1.11.RELEASE' + springIntegrationVersion = '5.1.12.RELEASE' springIntegrationKafkaVersion = '3.1.5.RELEASE' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' springKafkaVersion = '2.2.12.RELEASE' - springVersion = '5.1.16.RELEASE' + springVersion = '5.1.17.RELEASE' springSecurityVersion = '5.1.11.RELEASE' springWebFlowVersion = '2.3.3.RELEASE' tilesJspVersion = '2.2.1' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index d979b069..eab59e78 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -202,14 +202,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 28a2b0f7..7ff76fad 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -202,14 +202,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 92ccc539..371094d1 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -123,14 +123,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 97476ec4..296ce591 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -259,14 +259,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index eff1bb5a..90aadf77 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index acb449c9..5e1bb577 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 59447aed..36f1e685 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index a4ca917c..88ba22af 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 98d9399b..95729b9b 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index cfda4316..6ee2100f 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index bcd9705f..3f5a65d5 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 90c1d05a..65e5dba9 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.9.RELEASE + 5.1.11.RELEASE compile @@ -156,7 +156,7 @@ org.springframework.security spring-security-config - 5.1.9.RELEASE + 5.1.11.RELEASE compile @@ -250,14 +250,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 4f40ee30..7f1d875c 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 3881ae00..af8b64f0 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 4260decc..db886572 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 5b262826..cc743d50 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 59d7054c..f0bab7a1 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 85b04060..94477382 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 8f0c0aa4..229e21a2 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.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 914812c6..ce36eb9b 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -170,14 +170,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index f472f403..013c5cf1 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.15.RELEASE + 5.1.17.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.10.RELEASE + 5.1.12.RELEASE import pom