From ca15898ab587edd0d36fe7cf17465f696b7c6e7d Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 17 Mar 2021 19:19:53 -0400 Subject: [PATCH] Upgrade to SI-5.5.0-M3 --- advanced/advanced-testing-examples/pom.xml | 6 +++--- advanced/dynamic-ftp/pom.xml | 6 +++--- advanced/dynamic-tcp-client/pom.xml | 6 +++--- advanced/pom.xml | 2 +- applications/cafe-scripted/pom.xml | 6 +++--- applications/cafe/cafe-amqp/pom.xml | 8 ++++---- applications/cafe/cafe-jms/pom.xml | 8 ++++---- applications/cafe/cafe-si/pom.xml | 6 +++--- applications/cafe/pom.xml | 2 +- applications/file-split-ftp/pom.xml | 6 +++--- applications/loan-broker/pom.xml | 6 +++--- applications/loanshark/pom.xml | 6 +++--- applications/pom.xml | 2 +- applications/stomp-chat/pom.xml | 6 +++--- basic/amqp/pom.xml | 6 +++--- basic/barrier/pom.xml | 6 +++--- basic/control-bus/pom.xml | 6 +++--- basic/enricher/pom.xml | 6 +++--- 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 | 6 +++--- basic/jms/pom.xml | 6 +++--- basic/jmx/pom.xml | 6 +++--- basic/jpa/pom.xml | 6 +++--- basic/kafka/pom.xml | 6 +++--- basic/mail/pom.xml | 6 +++--- basic/mongodb/pom.xml | 6 +++--- basic/mqtt/pom.xml | 6 +++--- basic/oddeven/pom.xml | 6 +++--- basic/pom.xml | 2 +- basic/quote/pom.xml | 6 +++--- basic/sftp/pom.xml | 6 +++--- basic/tcp-amqp/pom.xml | 6 +++--- basic/tcp-broadcast/pom.xml | 6 +++--- basic/tcp-client-server/pom.xml | 6 +++--- basic/tcp-with-headers/pom.xml | 6 +++--- basic/testing-examples/pom.xml | 6 +++--- basic/twitter/pom.xml | 6 +++--- basic/web-sockets/pom.xml | 6 +++--- 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 | 4 ++-- dsl/cafe-dsl/pom.xml | 8 ++++---- dsl/kafka-dsl/pom.xml | 6 +++--- dsl/pom.xml | 6 +++--- dsl/si4demo/pom.xml | 6 +++--- gradle.properties | 2 +- 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 | 6 +++--- 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-async-bi-directional/pom.xml | 6 +++--- intermediate/tcp-client-server-multiplex/pom.xml | 6 +++--- intermediate/testcontainers-rabbitmq/pom.xml | 6 +++--- intermediate/travel/pom.xml | 6 +++--- intermediate/tx-synch/pom.xml | 6 +++--- 72 files changed, 206 insertions(+), 206 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 950b68a7..ce740fc4 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples advanced-testing-examples - 5.4.0 + 5.5.0 Advanced Testing Examples Advanced Testing Examples https://projects.spring.io/spring-integration @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 0f591b91..b3779837 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples dynamic-ftp - 5.4.0 + 5.5.0 Dynamic FTP Demo Dynamic FTP Demo https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index b7451b6b..741f8123 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples dynamic-tcp-client - 5.4.0 + 5.5.0 Dynamic TCP Client Dynamic TCP Client https://projects.spring.io/spring-integration @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/advanced/pom.xml b/advanced/pom.xml index 9fa591ea..9716a1ee 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples advanced - 5.4.0 + 5.5.0 https://projects.spring.io/spring-integration SpringIO diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 32b2a748..01b4439b 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-scripted - 5.4.0 + 5.5.0 Cafe Sample (Scripted Implementation) Cafe Sample (Scripted Implementation) https://projects.spring.io/spring-integration @@ -222,14 +222,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index e89f0792..8086e1d4 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-amqp - 5.4.0 + 5.5.0 Cafe - With AMQP Message Broker Cafe - With AMQP Message Broker https://projects.spring.io/spring-integration @@ -53,7 +53,7 @@ org.springframework.integration.samples cafe-si - 5.4.0 + 5.5.0 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 3aaf6e30..8caf5b56 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-jms - 5.4.0 + 5.5.0 Cafe - With JMS Message Broker Cafe - With JMS Message Broker https://projects.spring.io/spring-integration @@ -53,7 +53,7 @@ org.springframework.integration.samples cafe-si - 5.4.0 + 5.5.0 compile @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index cb0d7cbe..580204d2 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-si - 5.4.0 + 5.5.0 Cafe - Pure Spring Integration Cafe - Pure Spring Integration https://projects.spring.io/spring-integration @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml index 379b89e3..10d820c0 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples cafe - 5.4.0 + 5.5.0 https://projects.spring.io/spring-integration SpringIO diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index e9ca07be..4aa26d80 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples file-split-ftp - 5.4.0 + 5.5.0 File Split FTP File Split FTP https://projects.spring.io/spring-integration @@ -252,14 +252,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 3018db5d..e3b03783 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples loan-broker - 5.4.0 + 5.5.0 Loan Broker Sample Loan Broker Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index e13ffdd4..913fdcac 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples loanshark - 5.4.0 + 5.5.0 Loan Shark Sample Loan Shark Sample https://projects.spring.io/spring-integration @@ -446,14 +446,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/applications/pom.xml b/applications/pom.xml index 97a8f8c8..fe08cf64 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples applications - 5.4.0 + 5.5.0 https://projects.spring.io/spring-integration SpringIO diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 417a1f5d..f83387c2 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples stomp-chat - 5.4.0 + 5.5.0 Web Sockets Stomp Chat Sample Web Sockets Stomp Chat Sample https://projects.spring.io/spring-integration @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 3405b6b5..7eb688e5 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples amqp - 5.4.0 + 5.5.0 AMQP Basic Sample AMQP Basic Sample https://projects.spring.io/spring-integration @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 4d16376a..2b1aa983 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples barrier - 5.4.0 + 5.5.0 Barrier Sample Barrier Sample https://projects.spring.io/spring-integration @@ -216,14 +216,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index a048be5d..3073c091 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples control-bus - 5.4.0 + 5.5.0 Control Bus Basic Sample Control Bus Basic Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index ada8abef..53123766 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples enricher - 5.4.0 + 5.5.0 Enricher Basic Sample Enricher Basic Sample https://projects.spring.io/spring-integration @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 84a84d55..a1e75eea 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples feed - 5.4.0 + 5.5.0 Feed (RSS/ATOM) Basic Sample Feed (RSS/ATOM) Basic Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 8ad5f4b7..80a26678 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples file - 5.4.0 + 5.5.0 File Copy Basic Sample File Copy Basic Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index ffbe961c..a1ca25e1 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples ftp - 5.4.0 + 5.5.0 FTP Basic Sample FTP Basic Sample https://projects.spring.io/spring-integration @@ -201,14 +201,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 2e3579e2..3f9cf1ad 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples helloworld - 5.4.0 + 5.5.0 Hello World Sample Hello World Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 816d5d93..a5e38856 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples http - 5.4.0 + 5.5.0 HTTP Sample HTTP Sample https://projects.spring.io/spring-integration @@ -235,14 +235,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 1574f2ef..635298b4 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jdbc - 5.4.0 + 5.5.0 JDBC Basic Sample JDBC Basic Sample https://projects.spring.io/spring-integration @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 603e9725..ef5c2e48 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jms - 5.4.0 + 5.5.0 JMS Basic Sample JMS Basic Sample https://projects.spring.io/spring-integration @@ -204,14 +204,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 20aa3d90..61592424 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jmx - 5.4.0 + 5.5.0 JMX Basic Sample JMX Basic Sample https://projects.spring.io/spring-integration @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index be2d604e..354f7020 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples jpa - 5.4.0 + 5.5.0 JPA Basic Sample JPA Basic Sample https://projects.spring.io/spring-integration @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index ba0b58cd..4d17f8ef 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples kafka - 5.4.0 + 5.5.0 Apache Kafka Sample Apache Kafka Sample https://projects.spring.io/spring-integration @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 0d107a0c..2a2e4d94 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mail - 5.4.0 + 5.5.0 Mail (IMAP + POP3) Sample Mail (IMAP + POP3) Sample https://projects.spring.io/spring-integration @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 9823a02e..ee1c384a 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mongodb - 5.4.0 + 5.5.0 MongoDb Basic Sample MongoDb Basic Sample https://projects.spring.io/spring-integration @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index d890c6bc..2266a384 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples mqtt - 5.4.0 + 5.5.0 MQTT Basic Sample MQTT Basic Sample https://projects.spring.io/spring-integration @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index f6e3085b..5241e009 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples oddeven - 5.4.0 + 5.5.0 Odd-Even Sample Odd-Even Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/pom.xml b/basic/pom.xml index 2f02d8d0..f2a78bf7 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples basic - 5.4.0 + 5.5.0 https://projects.spring.io/spring-integration SpringIO diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index dac55335..6df6a58f 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples quote - 5.4.0 + 5.5.0 Quote Sample Quote Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 0ffb1fdd..735dac8d 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples sftp - 5.4.0 + 5.5.0 SFTP Basic Sample SFTP Basic Sample https://projects.spring.io/spring-integration @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index e6b903c7..9c49c817 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-amqp - 5.4.0 + 5.5.0 TCP-AMQP Basic Sample TCP-AMQP Basic Sample https://projects.spring.io/spring-integration @@ -188,14 +188,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index a0a18cf9..010316b2 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples tcp-broadcast - 5.4.0 + 5.5.0 TCP Client Broadcast Sample TCP Client Broadcast Sample https://projects.spring.io/spring-integration @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 6521c299..efdfc723 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-client-server - 5.4.0 + 5.5.0 TCP Client Server Sample TCP Client Server Sample https://projects.spring.io/spring-integration @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 8b045c40..83e24db5 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples tcp-with-headers - 5.4.0 + 5.5.0 TCP Send/Receive with headers TCP Send/Receive with headers https://projects.spring.io/spring-integration @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index dd8d366a..d52fcf7b 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples testing-examples - 5.4.0 + 5.5.0 Testing Examples Testing Examples https://projects.spring.io/spring-integration @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 6f6d6521..790a5325 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples twitter - 5.4.0 + 5.5.0 Twitter Basic Sample Twitter Basic Sample https://projects.spring.io/spring-integration @@ -154,14 +154,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 3e547b1d..14a3a01d 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples web-sockets - 5.4.0 + 5.5.0 Web Sockets Basic Sample Web Sockets Basic Sample https://projects.spring.io/spring-integration @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 1bcf1734..ffb4da6a 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples ws-inbound-gateway - 5.4.0 + 5.5.0 WS Inbound Gateway Sample WS Inbound Gateway Sample https://projects.spring.io/spring-integration @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 3f9c9e77..86b019d0 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples ws-outbound-gateway - 5.4.0 + 5.5.0 WS Outbound Gateway Sample WS Outbound Gateway Sample https://projects.spring.io/spring-integration @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 576c8782..516b72ea 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples xml - 5.4.0 + 5.5.0 XML Sample XML Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index dcd91d65..88f9d453 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples xmpp - 5.4.0 + 5.5.0 XMPP Basic Sample XMPP Basic Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/build.gradle b/build.gradle index 9028994d..f0d1b463 100644 --- a/build.gradle +++ b/build.gradle @@ -210,10 +210,10 @@ subprojects { subproject -> subethasmtpVersion = '1.2' slf4jVersion = '1.7.30' springCloudVersion ='2020.0.0-SNAPSHOT' - springIntegrationVersion = '5.5.0-M2' + springIntegrationVersion = '5.5.0-M3' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springVersion = '5.3.4' + springVersion = '5.3.5' springSecurityVersion = '5.4.4' springWebFlowVersion = '2.3.3.RELEASE' testcontainersVersion = '1.15.2' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 6eeca988..a8cbe9be 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples cafe-dsl - 5.4.0 + 5.5.0 Java DSL Cafe Sample Java DSL Cafe Sample https://projects.spring.io/spring-integration @@ -58,7 +58,7 @@ org.springframework.integration.samples cafe-si - 5.4.0 + 5.5.0 compile @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 9c85d9e8..3ea1a289 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples kafka-dsl - 5.4.0 + 5.5.0 Java DSL Kafka Sample Java DSL Kafka Sample https://projects.spring.io/spring-integration @@ -206,14 +206,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 82908b88..832bc51f 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples dsl - 5.4.0 + 5.5.0 https://projects.spring.io/spring-integration SpringIO @@ -128,14 +128,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 442a5d66..26e9c990 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples si4demo - 5.4.0 + 5.5.0 Java Configuration/DSL Sample Java Configuration/DSL Sample https://projects.spring.io/spring-integration @@ -276,14 +276,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/gradle.properties b/gradle.properties index 0bde4ae0..c6554ac7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=5.4.0 +version=5.5.0 springBootVersion=2.5.0-SNAPSHOT org.gradle.jvmargs=-Xmx1536m diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 012508b8..33d097e6 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples async-gateway - 5.4.0 + 5.5.0 Async Gateway Sample Async Gateway Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 6370efb0..1e81d798 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples dynamic-poller - 5.4.0 + 5.5.0 Dynamic Poller Sample Dynamic Poller Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index b699cfcf..22609132 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples errorhandling - 5.4.0 + 5.5.0 Error Handling Sample Error Handling Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 17eca4e8..05d27fbb 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples file-processing - 5.4.0 + 5.5.0 File Processing Sample File Processing Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index ec243cea..7b9d15dc 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mail-attachments - 5.4.0 + 5.5.0 Mail Attachment Sample Mail Attachment Sample https://projects.spring.io/spring-integration @@ -224,14 +224,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 808e40a8..8e529cb5 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples monitoring - 5.4.0 + 5.5.0 Monitoring Application Monitoring Application https://projects.spring.io/spring-integration @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index aa0436c1..a9256f06 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples multipart-http - 5.4.0 + 5.5.0 HTTP Multipart Demo HTTP Multipart Demo https://projects.spring.io/spring-integration @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/pom.xml b/intermediate/pom.xml index 669b9622..827c85dd 100644 --- a/intermediate/pom.xml +++ b/intermediate/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples intermediate - 5.4.0 + 5.5.0 https://projects.spring.io/spring-integration SpringIO diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index dd77254f..beacf2c4 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples rest-http - 5.4.0 + 5.5.0 Spring Integration Rest HTTP Path Usage Demo Spring Integration Rest HTTP Path Usage Demo https://projects.spring.io/spring-integration @@ -266,14 +266,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 5f001d97..d16bc845 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples retry-and-more - 5.4.0 + 5.5.0 Retry and More Sample Retry and More Sample https://projects.spring.io/spring-integration @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index ee2a198e..fdbf6d41 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples splitter-aggregator-reaper - 5.4.0 + 5.5.0 Splitter-Aggregator-Reaper Sample Splitter-Aggregator-Reaper Sample https://projects.spring.io/spring-integration @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index d0c5711c..1ac28dfa 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stored-procedures-derby - 5.4.0 + 5.5.0 Derby Stored Procedures Sample Derby Stored Procedures Sample https://projects.spring.io/spring-integration @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 463f7a12..9a1d8729 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stored-procedures-ms - 5.4.0 + 5.5.0 MS SQLServer Stored Procedures Sample MS SQLServer Stored Procedures Sample https://projects.spring.io/spring-integration @@ -177,14 +177,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 5c20e04a..245bdf2d 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stored-procedures-oracle - 5.4.0 + 5.5.0 Oracle Stored Procedures Sample Oracle Stored Procedures Sample https://projects.spring.io/spring-integration @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 66385b98..53f6395c 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stored-procedures-postgresql - 5.4.0 + 5.5.0 PostgreSQL Stored Procedures Sample PostgreSQL Stored Procedures Sample https://projects.spring.io/spring-integration @@ -189,14 +189,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index 264b9a77..29931942 100644 --- a/intermediate/tcp-async-bi-directional/pom.xml +++ b/intermediate/tcp-async-bi-directional/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples tcp-async-bi-directional - 5.4.0 + 5.5.0 Bi-Directional TCP Sample Bi-Directional TCP Sample https://projects.spring.io/spring-integration @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 1f30e1b8..4558d87c 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-client-server-multiplex - 5.4.0 + 5.5.0 TCP Client Server Multiplexing Sample TCP Client Server Multiplexing Sample https://projects.spring.io/spring-integration @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index c886c5c4..f400d114 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration.samples testcontainers-rabbitmq - 5.4.0 + 5.5.0 Testcontainers RabbitMQ Sample Testcontainers RabbitMQ Sample https://projects.spring.io/spring-integration @@ -251,14 +251,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index a73dc30a..894b2c7b 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples travel - 5.4.0 + 5.5.0 Travel Services Sample Travel Services Sample https://projects.spring.io/spring-integration @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index a11bb7f7..ffa61c6a 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tx-synch - 5.4.0 + 5.5.0 Transaction Synchronization Sample Transaction Synchronization Sample https://projects.spring.io/spring-integration @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.4 + 5.3.5 import pom org.springframework.integration spring-integration-bom - 5.5.0-M2 + 5.5.0-M3 import pom