From 1e9d2dc71509d944608bac3331d9f85b9dbdbc18 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 16 Nov 2021 16:45:40 -0500 Subject: [PATCH] Upgrade dependencies --- advanced/advanced-testing-examples/pom.xml | 6 +++--- advanced/dynamic-ftp/pom.xml | 6 +++--- advanced/dynamic-tcp-client/pom.xml | 8 ++++---- applications/cafe-scripted/pom.xml | 6 +++--- applications/cafe/cafe-amqp/pom.xml | 6 +++--- applications/cafe/cafe-jms/pom.xml | 6 +++--- applications/cafe/cafe-si/pom.xml | 6 +++--- applications/file-split-ftp/pom.xml | 8 ++++---- applications/loan-broker/pom.xml | 6 +++--- applications/loanshark/pom.xml | 6 +++--- applications/stomp-chat/pom.xml | 8 ++++---- basic/amqp/pom.xml | 6 +++--- basic/barrier/pom.xml | 8 ++++---- 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 | 8 ++++---- basic/kafka/pom.xml | 10 +++++----- basic/mail/pom.xml | 6 +++--- basic/mongodb/pom.xml | 6 +++--- basic/mqtt/pom.xml | 8 ++++---- 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 | 8 ++++---- basic/tcp-client-server/pom.xml | 6 +++--- basic/tcp-with-headers/pom.xml | 8 ++++---- basic/testing-examples/pom.xml | 6 +++--- basic/twitter/pom.xml | 6 +++--- basic/web-sockets/pom.xml | 8 ++++---- 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 | 10 +++++----- dsl/pom.xml | 4 ++-- dsl/si4demo/pom.xml | 8 ++++---- 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 +++--- 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 | 8 ++++---- intermediate/tcp-client-server-multiplex/pom.xml | 6 +++--- intermediate/testcontainers-rabbitmq/pom.xml | 8 ++++---- intermediate/travel/pom.xml | 6 +++--- intermediate/tx-synch/pom.xml | 6 +++--- 66 files changed, 215 insertions(+), 215 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index ebd1e4b2..2e073d38 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.14.0 + 2.14.1 compile @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index c968be5c..4a130d01 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index cecb9919..38f6a194 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples dynamic-tcp-client @@ -169,7 +169,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 1559adcf..10a15b36 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -133,7 +133,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -222,14 +222,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index cebd44a1..1e13b945 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.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index a960b7db..6257ada8 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.14.0 + 2.14.1 compile @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 943d3d94..22bbf785 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.14.0 + 2.14.1 compile @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 790015b8..02c87d12 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples file-split-ftp @@ -238,7 +238,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -252,14 +252,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 060ec61b..37eafdbb 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 27f2ea9e..1935b30f 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -333,7 +333,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 runtime @@ -446,14 +446,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index fcc771a5..93c13541 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples stomp-chat @@ -191,7 +191,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 860a640b..4e43f396 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -75,7 +75,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 85109f81..da3839dd 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples barrier @@ -202,7 +202,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -216,14 +216,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index f21e72ce..3f237426 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index a7238c8e..6f9a8652 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -76,7 +76,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 321c7ed1..2c83857c 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 5ba3ef94..46e6a026 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index b3b38514..d34f04e2 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -167,7 +167,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 test @@ -201,14 +201,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 02bc2e3e..4e80475d 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 8b15a36e..7dc1d2b2 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -146,7 +146,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -235,14 +235,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 03c1d9fa..e85c4ffc 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -76,7 +76,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 5759eafc..c09a4d4b 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -115,7 +115,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -204,14 +204,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index d6a0fbf5..ae679198 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -75,7 +75,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 99117722..8d403b87 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples jpa @@ -204,7 +204,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index ed34dac6..29fd676a 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples kafka @@ -95,7 +95,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -196,7 +196,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index e1196897..46a21c91 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -111,7 +111,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -200,14 +200,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 08185a69..b41c931a 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index e58aaead..9b812903 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples mqtt @@ -180,7 +180,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 511287ce..8fb76355 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 3fa37ab7..8c0941e5 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index e9687185..5c9d28f3 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index df8433c4..e88badba 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -87,7 +87,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 runtime @@ -188,14 +188,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index 6c2afd9d..a80cfb4f 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples tcp-broadcast @@ -180,7 +180,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 64351a57..9dc95430 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.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index b1d995d8..222ae46a 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples tcp-with-headers @@ -180,7 +180,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index daea24f6..cb8e5211 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -97,7 +97,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 646d4c50..f6d94789 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -154,14 +154,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 683e7430..1052f6fd 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples web-sockets @@ -169,7 +169,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 13e472b1..eda2498b 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.14.0 + 2.14.1 compile @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 7507c801..8fa082bc 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.14.0 + 2.14.1 compile @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 22ef0602..0cf92ab8 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 58345f64..e62f3209 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/build.gradle b/build.gradle index 8d327523..a22ecbf4 100644 --- a/build.gradle +++ b/build.gradle @@ -211,10 +211,10 @@ subprojects { subproject -> subethasmtpVersion = '1.2' slf4jVersion = '1.7.30' springCloudVersion ='2021.0.0-SNAPSHOT' - springIntegrationVersion = '5.5.5' + springIntegrationVersion = '5.5.6' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springVersion = '5.3.11' + springVersion = '5.3.13' springSecurityVersion = '5.5.3' springWebFlowVersion = '2.3.3.RELEASE' testcontainersVersion = '1.15.2' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index f9e1b08d..864754fc 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples cafe-dsl @@ -181,7 +181,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 60088d56..e1abe77e 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples kafka-dsl @@ -91,7 +91,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -192,7 +192,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -206,14 +206,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index b46e2e3a..2a5a93eb 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -128,14 +128,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 1a7b3fbf..5f972dac 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples si4demo @@ -262,7 +262,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -276,14 +276,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 893047d6..972ab52a 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index dc53396b..dda825fc 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index aa45f982..816d0e35 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 9e2059eb..e8352b62 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -64,7 +64,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 237d3625..285da797 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -123,7 +123,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -224,14 +224,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 5f6e9156..ab64a63e 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -110,7 +110,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index a99efb2a..2386d71b 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -110,7 +110,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index c3e62a02..936d4dd0 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.2 + 5.5.3 compile @@ -153,7 +153,7 @@ org.springframework.security spring-security-config - 5.5.2 + 5.5.3 compile @@ -165,7 +165,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -266,14 +266,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index bdad8668..bc880cd3 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.14.0 + 2.14.1 compile @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 004e9950..f9b26393 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.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index e1e4d122..31146cef 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.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index c563f904..d6ec9d40 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.14.0 + 2.14.1 compile @@ -177,14 +177,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 2e5e6803..5d8f53c3 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.14.0 + 2.14.1 compile @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 82aa0521..672b31bc 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.14.0 + 2.14.1 compile @@ -189,14 +189,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index 90a679ae..046c4c94 100644 --- a/intermediate/tcp-async-bi-directional/pom.xml +++ b/intermediate/tcp-async-bi-directional/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples tcp-async-bi-directional @@ -169,7 +169,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index bcd83f30..d2383eea 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.14.0 + 2.14.1 compile @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index 845d17f2..a6787652 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT org.springframework.integration.samples testcontainers-rabbitmq @@ -237,7 +237,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT import pom @@ -251,14 +251,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 9b7c0a62..e8faeaba 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -86,7 +86,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index db95e5fb..6c9a64dd 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -87,7 +87,7 @@ org.apache.logging.log4j log4j-core - 2.14.0 + 2.14.1 compile @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.10 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.5.4 + 5.5.6 import pom