From c0534bf1ab8cefba36a4dc27987a1ef393a8e864 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 22 Feb 2022 15:03:41 -0500 Subject: [PATCH] Upgrade to Spring Integration 5.5.9 --- advanced/advanced-testing-examples/pom.xml | 6 +++--- advanced/dynamic-ftp/pom.xml | 6 +++--- advanced/dynamic-tcp-client/pom.xml | 4 ++-- applications/cafe-scripted/pom.xml | 6 +++--- applications/cafe/cafe-amqp/pom.xml | 6 +++--- applications/cafe/cafe-jms/pom.xml | 6 +++--- applications/cafe/cafe-si/README.md | 18 +++++++++--------- applications/cafe/cafe-si/pom.xml | 6 +++--- applications/file-split-ftp/pom.xml | 4 ++-- applications/loan-broker/pom.xml | 6 +++--- applications/loanshark/pom.xml | 6 +++--- applications/stomp-chat/pom.xml | 4 ++-- basic/amqp/pom.xml | 6 +++--- basic/barrier/pom.xml | 4 ++-- 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 | 4 ++-- basic/kafka/pom.xml | 6 +++--- basic/mail/pom.xml | 6 +++--- basic/mongodb/pom.xml | 6 +++--- basic/mqtt/pom.xml | 4 ++-- basic/oddeven/pom.xml | 6 +++--- basic/quote/pom.xml | 6 +++--- basic/sftp/pom.xml | 6 +++--- basic/tcp-amqp/pom.xml | 6 +++--- basic/tcp-broadcast/pom.xml | 4 ++-- basic/tcp-client-server/pom.xml | 6 +++--- basic/tcp-with-headers/pom.xml | 4 ++-- basic/testing-examples/pom.xml | 6 +++--- basic/twitter/pom.xml | 6 +++--- basic/web-sockets/pom.xml | 4 ++-- 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 | 8 ++++---- 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 | 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/rest-http/pom.xml | 10 +++++----- intermediate/retry-and-more/pom.xml | 6 +++--- .../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 +++--- .../stored-procedures-postgresql/pom.xml | 6 +++--- intermediate/tcp-async-bi-directional/pom.xml | 4 ++-- .../tcp-client-server-multiplex/pom.xml | 6 +++--- intermediate/testcontainers-rabbitmq/pom.xml | 4 ++-- intermediate/travel/pom.xml | 6 +++--- intermediate/tx-synch/pom.xml | 6 +++--- 67 files changed, 196 insertions(+), 196 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 10103a84..b88f5901 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -87,7 +87,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 9f4400ea..4d6899d0 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 79c705b1..2e15f65e 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 74e0e08c..6495bef4 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -133,7 +133,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -222,14 +222,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 896d7d04..67cad96b 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -76,7 +76,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 09a9745b..43136f05 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -116,7 +116,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/applications/cafe/cafe-si/README.md b/applications/cafe/cafe-si/README.md index 900f5116..b115d01d 100644 --- a/applications/cafe/cafe-si/README.md +++ b/applications/cafe/cafe-si/README.md @@ -4,16 +4,16 @@ Café Sample Application - Pure SI Implementation See the parent-level **README.md** for more details, but the flow of the implementation should follow this diagram: - Barista - hotDrinks ____________________ - |==========| -->| | - orders drinks / | prepareHotDrink() | - Place Order ->Cafe->|======|->OrderSplitter->|======|->DrinkRouter | | - \ coldDrinks | prepareColdDrink() | - |==========| -->| | - |____________________| + Barista + hotDrinks ____________________ + |==========|-->| | + orders drinks / | prepareHotDrink() | drinkReady delivery + Place Order->Cafe->|======|->OrderSplitter->|======|->DrinkRouter | |->|==========|->OrderAggregator->|=======|-> + \ coldDrinks | prepareColdDrink() | + |==========|-->| | + |____________________| - Legend: |====| - channels + Legend: |====| - channels ## Instructions for running the CafeDemo sample diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 0b1304fe..54958336 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -75,7 +75,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index b70f4a6e..aef9b8fa 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -252,14 +252,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index d15c556c..4bf02263 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 2190cb61..f5dd2c29 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -333,7 +333,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 runtime @@ -446,14 +446,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index afc93257..f0c3b67c 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 2ee84ec7..e76f7e71 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -75,7 +75,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index f5fb15ce..7c1c5218 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -216,14 +216,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 6fb582e5..4c9b0cf7 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 326aa2f3..60ceb7ea 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -76,7 +76,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index e0d63d2c..6e90bbdc 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 543993f6..de4b0913 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 94ca6553..a628a996 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -167,7 +167,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 test @@ -201,14 +201,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 0a4a3305..d7df5360 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 7dd29a5e..bf2c712b 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -146,7 +146,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -235,14 +235,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index fdfc8a23..1be61d7d 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -76,7 +76,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 69f09251..39aff13b 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -115,7 +115,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -204,14 +204,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index b601977e..ac0b3c80 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -75,7 +75,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 8afd358f..29edc533 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index b8650ba2..5fd9c817 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -95,7 +95,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index f893c8c2..8745f0ca 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -111,7 +111,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 1fcc99d6..4b5051d6 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 0fb4f931..9179a676 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 37ea6dca..18ff7d27 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index b930e6dd..40555f34 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 5b5fbf50..ca28ada7 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index e745ade7..c506f8c7 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -87,7 +87,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 runtime @@ -188,14 +188,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index bce43b59..ad49c780 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index d863cf2f..b4f8c56d 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -87,7 +87,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 27de0bad..03c96329 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 77f5bedd..39be171e 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -97,7 +97,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 73fabb87..614ef970 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -154,14 +154,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index e9612614..812e966d 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 1461efb7..0a26833f 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -86,7 +86,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 81ff6546..71d38c33 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -75,7 +75,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 660fd861..5f540cdd 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index ab66ef2f..c07f8513 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/build.gradle b/build.gradle index ef352468..a619b60d 100644 --- a/build.gradle +++ b/build.gradle @@ -202,7 +202,7 @@ subprojects { subproject -> jstlVersion = '1.2' junitVersion = '4.13.2' jythonVersion = '2.7.2' - log4jVersion = '2.17.0' + log4jVersion = '2.17.1' mockitoVersion = '3.11.2' mongoDriverVersion = '4.3.0' openJpaVersion = '2.4.0' @@ -211,11 +211,11 @@ subprojects { subproject -> subethasmtpVersion = '1.2' slf4jVersion = '1.7.30' springCloudVersion ='2021.0.0-SNAPSHOT' - springIntegrationVersion = '5.5.8' + springIntegrationVersion = '5.5.9' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springVersion = '5.3.15' - springSecurityVersion = '5.5.4' + springVersion = '5.3.16' + springSecurityVersion = '5.5.5' springWebFlowVersion = '2.3.3.RELEASE' testcontainersVersion = '1.16.2' tilesJspVersion = '2.2.1' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 5a12a425..f62c1ae2 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 3af15208..90319def 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -91,7 +91,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -206,14 +206,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 5c0eac7f..e946a3da 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -128,14 +128,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index ef1d2db6..4a237409 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -276,14 +276,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index e60ff43b..82e5fb05 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 8040048d..14f5e742 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index c4b7d896..5a290c9a 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index be37ba66..aaef9737 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index fd29dc18..304c0674 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -123,7 +123,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -224,14 +224,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index acb8b271..10d2bdd1 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -110,7 +110,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 02db71cc..6d34e560 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -110,7 +110,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index f934f191..5bbc0672 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -141,7 +141,7 @@ org.springframework.security spring-security-web - 5.5.4 + 5.5.5 compile @@ -153,7 +153,7 @@ org.springframework.security spring-security-config - 5.5.4 + 5.5.5 compile @@ -165,7 +165,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -266,14 +266,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index d2bbdb59..87b7912c 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -125,7 +125,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index d90448a0..01889341 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -76,7 +76,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 9e871625..8c40a8a6 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -76,7 +76,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 387eae4e..2095ef1d 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -88,7 +88,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -177,14 +177,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index b721c414..cb735f64 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -76,7 +76,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 3a9a8a39..de1cd6b3 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -100,7 +100,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -189,14 +189,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index 143a7c2a..613d0341 100644 --- a/intermediate/tcp-async-bi-directional/pom.xml +++ b/intermediate/tcp-async-bi-directional/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 1b45b651..79757026 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index 63194389..d38a005e 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -251,14 +251,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 58512798..4503a17f 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -86,7 +86,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index c93fe16a..55ef01c0 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -87,7 +87,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 compile @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.15 + 5.3.16 import pom org.springframework.integration spring-integration-bom - 5.5.8 + 5.5.9 import pom