From 571a991ef6b8fd678f484eba4ef9a4821c420078 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 13 Jan 2021 16:03:25 -0500 Subject: [PATCH] Upgrade dependencies --- advanced/advanced-testing-examples/pom.xml | 4 ++-- advanced/dynamic-ftp/pom.xml | 4 ++-- advanced/dynamic-tcp-client/pom.xml | 4 ++-- applications/cafe-scripted/pom.xml | 4 ++-- applications/cafe/cafe-amqp/pom.xml | 4 ++-- applications/cafe/cafe-jms/pom.xml | 4 ++-- applications/cafe/cafe-si/pom.xml | 4 ++-- applications/file-split-ftp/pom.xml | 4 ++-- applications/loan-broker/pom.xml | 4 ++-- applications/loanshark/pom.xml | 4 ++-- applications/stomp-chat/pom.xml | 4 ++-- basic/amqp/pom.xml | 4 ++-- basic/barrier/pom.xml | 4 ++-- basic/control-bus/pom.xml | 4 ++-- basic/enricher/pom.xml | 4 ++-- basic/feed/pom.xml | 4 ++-- basic/file/pom.xml | 4 ++-- basic/ftp/pom.xml | 4 ++-- basic/helloworld/pom.xml | 4 ++-- basic/http/pom.xml | 4 ++-- basic/jdbc/pom.xml | 4 ++-- basic/jms/pom.xml | 4 ++-- basic/jmx/pom.xml | 4 ++-- basic/jpa/pom.xml | 4 ++-- basic/kafka/pom.xml | 4 ++-- basic/mail/pom.xml | 4 ++-- basic/mongodb/pom.xml | 4 ++-- basic/mqtt/pom.xml | 4 ++-- basic/oddeven/pom.xml | 4 ++-- basic/quote/pom.xml | 4 ++-- basic/sftp/pom.xml | 4 ++-- basic/splunk/pom.xml | 4 ++-- basic/tcp-amqp/pom.xml | 4 ++-- basic/tcp-broadcast/pom.xml | 4 ++-- basic/tcp-client-server/pom.xml | 4 ++-- basic/tcp-with-headers/pom.xml | 4 ++-- basic/testing-examples/pom.xml | 4 ++-- basic/twitter/pom.xml | 4 ++-- basic/web-sockets/pom.xml | 4 ++-- basic/ws-inbound-gateway/pom.xml | 4 ++-- basic/ws-outbound-gateway/pom.xml | 4 ++-- basic/xml/pom.xml | 4 ++-- basic/xmpp/pom.xml | 4 ++-- build.gradle | 4 ++-- dsl/cafe-dsl/pom.xml | 4 ++-- dsl/kafka-dsl/pom.xml | 4 ++-- dsl/pom.xml | 4 ++-- dsl/si4demo/pom.xml | 4 ++-- intermediate/async-gateway/pom.xml | 4 ++-- intermediate/dynamic-poller/pom.xml | 4 ++-- intermediate/errorhandling/pom.xml | 4 ++-- intermediate/file-processing/pom.xml | 4 ++-- intermediate/mail-attachments/pom.xml | 4 ++-- intermediate/monitoring/pom.xml | 4 ++-- intermediate/multipart-http/pom.xml | 4 ++-- intermediate/rest-http/pom.xml | 4 ++-- intermediate/retry-and-more/pom.xml | 4 ++-- intermediate/splitter-aggregator-reaper/pom.xml | 4 ++-- intermediate/stored-procedures-derby/pom.xml | 4 ++-- intermediate/stored-procedures-ms/pom.xml | 4 ++-- intermediate/stored-procedures-oracle/pom.xml | 4 ++-- intermediate/stored-procedures-postgresql/pom.xml | 4 ++-- intermediate/tcp-async-bi-directional/pom.xml | 4 ++-- intermediate/tcp-client-server-multiplex/pom.xml | 4 ++-- intermediate/testcontainers-rabbitmq/pom.xml | 4 ++-- intermediate/travel/pom.xml | 4 ++-- intermediate/tx-synch/pom.xml | 4 ++-- 67 files changed, 134 insertions(+), 134 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 857ef9d7..bccc3221 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 44ffedc5..3086bfee 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index d4415c41..0b0bca1e 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.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 12204755..4a526387 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -222,14 +222,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index e8577e01..d78b889d 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 9cf635f8..e1a70dc8 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 5a5efac3..a3316c89 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 02161ed2..cca40936 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -240,14 +240,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index bcfc12be..a356d416 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index ccdd2cc4..652114f0 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -446,14 +446,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 39b348a8..ad8bf698 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 17703463..7f754d42 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 057fc0e4..73216931 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -216,14 +216,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 637876c4..20241cde 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index b7787681..ed68448a 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 3824e2ad..d65b710f 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 67b9ef11..b6c9cd2b 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index e7f92544..b3deb3eb 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -201,14 +201,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index d77be75b..17b373ce 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index ae5ed5ac..eafcb3a5 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -223,14 +223,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 6d88da2b..29d02216 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 1cc85ca4..b773c637 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -204,14 +204,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 1d994aa6..2465e4cf 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index ac8bd89a..dcd1be4e 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 72fde458..ae9b3abe 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index e9a75065..9943dce9 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -188,14 +188,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index e5fa3836..d5999cb5 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 7496b3ea..58d958a2 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 9991975f..2045f388 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 029ca30c..42ee80d9 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index cb1e520b..1755997c 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index c8bac927..fef43af4 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 207890c6..ec6c618e 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -188,14 +188,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index 31900cb9..918c6234 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index dbd80693..89b8c070 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 5b4b7f7d..c5579f1a 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.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 4b3c09cf..d9687cbd 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 70632a2d..b97734ad 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -154,14 +154,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 740603ca..675c8617 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index e4ae3281..e639f72d 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 66b94849..d4a44ea4 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 901c0bed..1cd7e113 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 6e0e84e4..3a54db4e 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/build.gradle b/build.gradle index 4090f079..0d9836d0 100644 --- a/build.gradle +++ b/build.gradle @@ -210,10 +210,10 @@ subprojects { subproject -> subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' springCloudVersion ='2020.0.0-SNAPSHOT' - springIntegrationVersion = '5.4.2' + springIntegrationVersion = '5.4.3' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springVersion = '5.3.2' + springVersion = '5.3.3' springSecurityVersion = '5.4.2' springWebFlowVersion = '2.3.3.RELEASE' testcontainersVersion = '1.13.0' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index c8139c0f..e7349900 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index d453295e..a2805545 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -206,14 +206,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 6894af15..50110f4d 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -128,14 +128,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 8f234d38..46769aba 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -264,14 +264,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 5e97d871..540def94 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 2696c072..82f4cf6b 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index ce42997e..df6f3155 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index f57bdb02..2bb47879 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 65768e8d..30fea02c 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -212,14 +212,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 61ed9c6d..19324b1e 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index d9993fea..974e84fb 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index b83d7b42..94dad652 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -266,14 +266,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index fb220108..2477df0d 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 7d7ade55..841d1f98 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 935733ee..1ab80fd6 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index c03ed3d8..5350742c 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -177,14 +177,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 28698fd5..3f15288b 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index bb1d9e69..5f6eb191 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -189,14 +189,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index a46f6000..5f7fce21 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.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 3b556e6f..8e9466fd 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index 2807cc35..c21df637 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -251,14 +251,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 3fa60170..ef367d09 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index a269184c..71d96f21 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.2 + 5.3.3 import pom org.springframework.integration spring-integration-bom - 5.4.2 + 5.4.3 import pom