From 7ba12bf93f7ec3b173ef3b0e40182e18959107ad Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 6 Aug 2019 12:55:47 -0400 Subject: [PATCH] Upgrade Spring Versions --- advanced/advanced-testing-examples/pom.xml | 6 +++--- advanced/dynamic-ftp/pom.xml | 6 +++--- advanced/dynamic-tcp-client/pom.xml | 10 +++++----- advanced/pom.xml | 2 +- applications/cafe-scripted/pom.xml | 6 +++--- applications/cafe/cafe-amqp/pom.xml | 6 +++--- applications/cafe/cafe-jms/pom.xml | 10 +++++----- applications/cafe/cafe-si/pom.xml | 6 +++--- applications/cafe/pom.xml | 2 +- applications/file-split-ftp/pom.xml | 10 +++++----- applications/loan-broker/pom.xml | 6 +++--- applications/loanshark/pom.xml | 6 +++--- applications/pom.xml | 2 +- applications/stomp-chat/pom.xml | 10 +++++----- basic/amqp/pom.xml | 6 +++--- basic/barrier/pom.xml | 10 +++++----- basic/control-bus/pom.xml | 6 +++--- basic/enricher/pom.xml | 8 ++++---- basic/feed/pom.xml | 6 +++--- basic/file/pom.xml | 6 +++--- basic/ftp/pom.xml | 6 +++--- basic/helloworld/pom.xml | 6 +++--- basic/http/pom.xml | 6 +++--- basic/jdbc/pom.xml | 8 ++++---- basic/jms/pom.xml | 10 +++++----- basic/jmx/pom.xml | 6 +++--- basic/jpa/pom.xml | 12 ++++++------ basic/kafka/pom.xml | 12 ++++++------ basic/mail/pom.xml | 6 +++--- basic/mongodb/pom.xml | 6 +++--- basic/mqtt/pom.xml | 10 +++++----- basic/oddeven/pom.xml | 6 +++--- basic/pom.xml | 2 +- basic/quote/pom.xml | 6 +++--- basic/sftp/pom.xml | 6 +++--- basic/splunk/pom.xml | 12 ++++++------ basic/tcp-amqp/pom.xml | 6 +++--- basic/tcp-client-server/pom.xml | 6 +++--- basic/testing-examples/pom.xml | 6 +++--- basic/twitter/pom.xml | 6 +++--- basic/web-sockets/pom.xml | 10 +++++----- basic/ws-inbound-gateway/pom.xml | 6 +++--- basic/ws-outbound-gateway/pom.xml | 6 +++--- basic/xml/pom.xml | 6 +++--- basic/xmpp/pom.xml | 6 +++--- build.gradle | 10 +++++----- dsl/cafe-dsl/pom.xml | 10 +++++----- dsl/kafka-dsl/pom.xml | 12 ++++++------ dsl/pom.xml | 6 +++--- dsl/si4demo/pom.xml | 10 +++++----- intermediate/async-gateway/pom.xml | 6 +++--- intermediate/dynamic-poller/pom.xml | 6 +++--- intermediate/errorhandling/pom.xml | 6 +++--- intermediate/file-processing/pom.xml | 6 +++--- intermediate/mail-attachments/pom.xml | 6 +++--- intermediate/monitoring/pom.xml | 6 +++--- intermediate/multipart-http/pom.xml | 6 +++--- intermediate/pom.xml | 2 +- intermediate/rest-http/pom.xml | 10 +++++----- intermediate/retry-and-more/pom.xml | 6 +++--- intermediate/splitter-aggregator-reaper/pom.xml | 6 +++--- intermediate/stored-procedures-derby/pom.xml | 6 +++--- intermediate/stored-procedures-ms/pom.xml | 6 +++--- intermediate/stored-procedures-oracle/pom.xml | 6 +++--- intermediate/stored-procedures-postgresql/pom.xml | 6 +++--- intermediate/tcp-client-server-multiplex/pom.xml | 6 +++--- intermediate/travel/pom.xml | 6 +++--- intermediate/tx-synch/pom.xml | 8 ++++---- 68 files changed, 233 insertions(+), 233 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 0fe95c91..b55647d7 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples advanced-testing-examples @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 1aacef6e..c2bc7e9d 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples dynamic-ftp @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 978e144e..a31e25ed 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples dynamic-tcp-client @@ -171,21 +171,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/advanced/pom.xml b/advanced/pom.xml index f131a2f7..208cb173 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 87772970..d4b02c58 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples cafe-scripted @@ -217,14 +217,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 4d9f3451..8be8f602 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples cafe-amqp @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index b945091c..9c7692ee 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples cafe-jms @@ -67,7 +67,7 @@ org.apache.activemq activemq-broker - 5.15.2 + 5.15.9 compile @@ -79,7 +79,7 @@ org.apache.activemq activemq-kahadb-store - 5.15.2 + 5.15.9 compile @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index b29dbc4b..7e8705d7 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples cafe-si @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml index 8ffd5e69..8ff0649a 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 24881074..4137388d 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples file-split-ftp @@ -239,21 +239,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index d0699352..335c8f9a 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples loan-broker @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 9da69389..865b7ff7 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples loanshark @@ -441,14 +441,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/applications/pom.xml b/applications/pom.xml index 2cf33e44..498fba0c 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index ab2d06b5..3f05ea43 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples stomp-chat @@ -193,21 +193,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 451df8c8..d2c24950 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples amqp @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index c74b39c4..f54536d8 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples barrier @@ -204,21 +204,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 26709115..e1c2d058 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples control-bus @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 5f61c67d..70a194f1 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples enricher @@ -66,7 +66,7 @@ com.h2database h2 - 1.4.194 + 1.4.199 compile @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 2f000d9f..b208bdd5 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples feed @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 983b8e2d..e23563da 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples file @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index ca1987f8..a23e57af 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples ftp @@ -207,14 +207,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 43be0eb8..7c72cae0 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples helloworld @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 1658ddfe..d2705c1b 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples http @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 437aa0fd..5a12612f 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples jdbc @@ -66,7 +66,7 @@ com.h2database h2 - 1.4.194 + 1.4.199 compile @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 16a1cdfa..196c86f2 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples jms @@ -89,7 +89,7 @@ org.apache.activemq activemq-broker - 5.15.2 + 5.15.9 compile @@ -101,7 +101,7 @@ org.apache.activemq activemq-kahadb-store - 5.15.2 + 5.15.9 compile @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 945f22ed..71f901a2 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples jmx @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index e8bd5805..6bd7bbd0 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples jpa @@ -82,7 +82,7 @@ com.h2database h2 - 1.4.194 + 1.4.199 compile @@ -206,21 +206,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index ab04c366..deef5d23 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples kafka @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-kafka - 3.0.3.RELEASE + 3.0.4.RELEASE compile @@ -211,21 +211,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index f52da25c..847a30a4 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples mail @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 0ad33b4a..af1ddc94 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples mongodb @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 81082ae3..ac98fb18 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples mqtt @@ -171,21 +171,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index b459b944..cd8e7903 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples oddeven @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/pom.xml b/basic/pom.xml index b58b4307..aaa65759 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 5a018a7b..94d5236e 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples quote @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 7d7fd3e9..f101cc34 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples sftp @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 88ec9629..5d4e208a 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples splunk @@ -82,7 +82,7 @@ org.springframework.integration spring-integration-splunk - 1.1.0.RELEASE + 1.2.0.BUILD-SNAPSHOT compile @@ -183,21 +183,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 5b10a3e4..1d998bda 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples tcp-amqp @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 0058e2c0..007a3b71 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples tcp-client-server @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index cfa86238..f4f9bf04 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples testing-examples @@ -192,14 +192,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 4ec80f8c..da258735 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples twitter @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 9e6beb39..c5ba9ea0 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples web-sockets @@ -171,21 +171,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 1ecdfe8c..0905a506 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples ws-inbound-gateway @@ -170,14 +170,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 4891e22d..e7c9c4a5 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples ws-outbound-gateway @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 5f9a103a..039f615a 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples xml @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index d0f8499a..3c5f24d8 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples xmpp @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/build.gradle b/build.gradle index 890f5d56..7080d74f 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' } } } @@ -211,12 +211,12 @@ subprojects { subproject -> postgresVersion = '42.0.0' subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' - springIntegrationVersion = '5.0.13.RELEASE' - springIntegrationKafkaVersion = '3.0.4.BUILD-SNAPSHOT' + springIntegrationVersion = '5.0.14.RELEASE' + springIntegrationKafkaVersion = '3.0.4.RELEASE' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' springKafkaVersion = '2.1.10.RELEASE' - springVersion = '5.0.13.RELEASE' - springSecurityVersion = '5.0.12.RELEASE' + springVersion = '5.0.15.RELEASE' + springSecurityVersion = '5.0.13.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 5512933c..9fe21c57 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples cafe-dsl @@ -195,21 +195,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 9efe238c..5e6da897 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples kafka-dsl @@ -82,7 +82,7 @@ org.springframework.integration spring-integration-kafka - 3.0.3.RELEASE + 3.0.4.RELEASE compile @@ -195,21 +195,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index c829ddb0..d787d8ce 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples dsl @@ -123,14 +123,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 61c09281..bcfa46f6 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT org.springframework.integration.samples si4demo @@ -251,21 +251,21 @@ org.springframework.boot spring-boot-dependencies - 2.0.8.RELEASE + 2.0.9.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 57ab3666..0f146cb2 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples async-gateway @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index be635b52..16496662 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples dynamic-poller @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index ca01e629..0f0431c1 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples errorhandling @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 99edfc4e..7940c286 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples file-processing @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 1806f63d..c8a09e3c 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples mail-attachments @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index fb1e17b5..3fc3c78a 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples monitoring @@ -193,14 +193,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 85a2db5c..82a9b7bc 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples multipart-http @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/pom.xml b/intermediate/pom.xml index 23f1af81..dd7f9418 100644 --- a/intermediate/pom.xml +++ b/intermediate/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 41bcfd79..2187362c 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples rest-http @@ -144,7 +144,7 @@ org.springframework.security spring-security-web - 5.0.10.RELEASE + 5.0.13.RELEASE compile @@ -156,7 +156,7 @@ org.springframework.security spring-security-config - 5.0.10.RELEASE + 5.0.13.RELEASE compile @@ -262,14 +262,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 0ec3804d..610da842 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples retry-and-more @@ -181,14 +181,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 123c68c0..362ff595 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples splitter-aggregator-reaper @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index be92b030..52f1f1cb 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples stored-procedures-derby @@ -160,14 +160,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index e2a72764..e9197b06 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples stored-procedures-ms @@ -172,14 +172,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index edf109d4..37ffd2db 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples stored-procedures-oracle @@ -148,14 +148,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 9df797cf..5dadb36f 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples stored-procedures-postgresql @@ -184,14 +184,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index c16ca50d..1e7cd1a3 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples tcp-client-server-multiplex @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 77b83adc..91887e7a 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples travel @@ -170,14 +170,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index 9e33aa1e..12b1f260 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples tx-synch @@ -77,7 +77,7 @@ com.h2database h2 - 1.4.194 + 1.4.199 compile @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.0.12.RELEASE + 5.0.15.RELEASE import pom org.springframework.integration spring-integration-bom - 5.0.12.RELEASE + 5.0.14.RELEASE import pom