From 24b81d9ccf805e1d51bc04804a12248b771450fb Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 6 Sep 2019 15:27:08 -0400 Subject: [PATCH] Upgrade dependencies to the latest Milestones --- 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 | 8 ++++---- 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/tcp-with-headers/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 | 12 ++++++------ dsl/cafe-dsl/pom.xml | 4 ++-- dsl/kafka-dsl/pom.xml | 6 +++--- 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 ++-- 65 files changed, 139 insertions(+), 139 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 3870b50d..d87d7682 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 534c33cb..a85ba16f 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index c3eff273..3ec037eb 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index cf13e76a..755edd63 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -217,14 +217,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 85812ef7..eabaff29 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index ed05a0ed..6b9d8253 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index e8a6645d..808f9055 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 8c0f3869..53bbc9a2 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index c31a80a5..8da0c563 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 58e8f1f5..457ec204 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -441,14 +441,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 2ca92e8a..0d96ba2b 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index dbbed59d..74da5f98 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 32fb7907..76404e7e 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -211,14 +211,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 94818dc0..a4a503e2 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index e5f2961a..9ef1a532 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 86207f5d..0699e774 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 97fb39b0..87a44f61 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 62476dfd..ff5a5a8b 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -207,14 +207,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index be64c997..3e4d38cc 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index b63dc1b7..028700cd 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 86be28cb..c8e75728 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index c136b7dd..21856c36 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 5586e998..7a28842a 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index a11396cb..b00963fe 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -213,14 +213,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index c8c28085..4c11e3c6 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-kafka - 3.2.0.M3 + 3.2.0.RC1 compile @@ -98,7 +98,7 @@ org.springframework.kafka spring-kafka - 2.3.0.M4 + 2.3.0.RC1 compile @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 157c3555..5df46906 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 9ee88fe7..12d04fc6 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 67a7c28a..de23ac18 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 634279c2..cb3b2f1c 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index c9c2cabe..c7e67071 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index a3c721c8..9ae80070 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index c4ff0bb6..c505934c 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -190,14 +190,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 418935e1..8ab6d93b 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index aca725aa..01d38123 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -189,14 +189,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 49bae34b..e94df367 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 7a223a6a..97eb6f78 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -190,14 +190,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 7066f81b..83bc3a5b 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -192,14 +192,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 5f983e38..4d037c17 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -149,14 +149,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 292df89a..8913a4bc 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -178,14 +178,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 362506eb..ecfd577a 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index d1ce7f04..5e50e39e 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 62fada22..5867b090 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index fa5814f0..cfaf5c68 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/build.gradle b/build.gradle index df41accd..1dfc9394 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ allprojects { repositories { maven { url 'https://repo.spring.io/libs-snapshot' } maven { url 'https://repo.spring.io/libs-milestone' } - maven { url 'https://repo.spring.io/libs-staging-local' } +// maven { url 'https://repo.spring.io/libs-staging-local' } } } @@ -208,13 +208,13 @@ subprojects { subproject -> postgresVersion = '42.2.5' subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' - springIntegrationVersion = '5.2.0.M4' - springIntegrationKafkaVersion = '3.2.0.M3' + springIntegrationVersion = '5.2.0.RC1' + springIntegrationKafkaVersion = '3.2.0.RC1' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springKafkaVersion = '2.3.0.M4' - springVersion = '5.2.0.RC1' - springSecurityVersion = '5.2.0.M4' + springKafkaVersion = '2.3.0.RC1' + springVersion = '5.2.0.RC2' + springSecurityVersion = '5.2.0.RC1' 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 de813327..f286c6f0 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -190,14 +190,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 71863580..8e15d0a0 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -82,7 +82,7 @@ org.springframework.integration spring-integration-kafka - 3.2.0.M3 + 3.2.0.RC1 compile @@ -202,14 +202,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index b46c9d23..c562db2f 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -123,14 +123,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 21c494ac..18036395 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -259,14 +259,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 36842f9d..d6a46650 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index c46dc0c9..182bec33 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index fd6df608..17642924 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 05018bb4..3d67be89 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 13d8b955..470bb24a 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index b23e556c..827cfb7c 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 62728ac9..1907bd62 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 8f807cf8..11809001 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -144,7 +144,7 @@ org.springframework.security spring-security-web - 5.2.0.M4 + 5.2.0.RC1 compile @@ -156,7 +156,7 @@ org.springframework.security spring-security-config - 5.2.0.M4 + 5.2.0.RC1 compile @@ -250,14 +250,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index a3c35918..a7b55f69 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 243ab975..84944618 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 09fa40fb..d377a77c 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index cde69390..b4c8c79f 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 7c2de1f7..cf4c693a 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index f1abdbad..71689640 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 9f1b7155..e0329c6f 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.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 6515dd8e..358ed478 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -170,14 +170,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index c5af820a..b9da360b 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.2.0.RC1 + 5.2.0.RC2 import pom org.springframework.integration spring-integration-bom - 5.2.0.M4 + 5.2.0.RC1 import pom