From d7edc8c7474e3044f515e2136dc04a8324eb4b0f Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 16 Nov 2021 15:01:07 -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 | 6 +++--- 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 | 8 ++++---- 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, 137 insertions(+), 137 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 2c047340..67a3d1f4 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 25941119..b7e864d4 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 05266681..52c9043c 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index cf1702ff..5c05ab20 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -222,14 +222,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 1b2abd82..4dda6c12 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index e25629b2..a1121844 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index db63335d..9986fffc 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index c9499fbe..1e779a9d 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 16331d18..5147ff09 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index f00add49..12e2685f 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -446,14 +446,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 82cf5fe8..e6fe13d2 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -205,14 +205,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index c877b142..968f2601 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index db94de90..65910ae8 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -216,14 +216,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 8b34bf97..f960de48 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 4b5982fc..14a15dfb 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 24095f8c..445dd9e2 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 58d676ed..c26f2ea5 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 2051ff9f..a66254ae 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -201,14 +201,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index d65bb22a..e4b467df 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index e366591b..b18523d7 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -223,14 +223,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 9e38a7c5..76955c12 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index a1397f5e..815cdf81 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -204,14 +204,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 76ba5381..cc7feb57 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -164,14 +164,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 232f8622..7b140cac 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -218,14 +218,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index bd2721bd..71cd9116 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -210,14 +210,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 0bffd19f..c5cb38e4 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -188,14 +188,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 67b7b6e8..e4aae1ba 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 1117657a..737f664d 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 9c5f7c8c..cd3abe67 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index a7d2f672..efa8e5d8 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index e8c0b83f..5d576d14 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -165,14 +165,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 605b9c3e..d61c4c7f 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 14785f1d..6ae50ea9 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -188,14 +188,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index 78e0a5bd..daaef138 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -194,14 +194,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index cbf0d0ca..40f22e72 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index ae4496cf..1a02f6f7 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index dc49998a..5c904822 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index d542a878..0a97c9d9 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -154,14 +154,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index c10a6864..747f247d 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -183,14 +183,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 765f15f9..4abbbf44 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 7bfe8d62..f539a872 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index aabdf4da..4b2ffeb4 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 287f7963..33cdd062 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/build.gradle b/build.gradle index a9cbba65..f32080de 100644 --- a/build.gradle +++ b/build.gradle @@ -210,11 +210,11 @@ subprojects { subproject -> subethasmtpVersion = '1.2' slf4jVersion = '1.7.30' springCloudVersion ='2020.0.0-SNAPSHOT' - springIntegrationVersion = '5.4.11' + springIntegrationVersion = '5.4.12' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springVersion = '5.3.8' - springSecurityVersion = '5.4.6' + springVersion = '5.3.13' + springSecurityVersion = '5.4.8' springWebFlowVersion = '2.3.3.RELEASE' testcontainersVersion = '1.15.2' tilesJspVersion = '2.2.1' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 41134801..943b905a 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -195,14 +195,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index cc068cb1..838a1b0d 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -206,14 +206,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 4df50004..ebfa1e42 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -128,14 +128,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 6d74ebac..e0ad9a6b 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -264,14 +264,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 64857147..a9d76505 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 3cb491a4..1a7b4402 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 0101cb6e..2804d421 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index d9252075..73167e9d 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -153,14 +153,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index f7ecb5f4..9c0377c3 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -212,14 +212,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 22914721..81af01ca 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 499bea38..1e4b8d16 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -199,14 +199,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index aee308c3..56a72e6c 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -141,7 +141,7 @@ org.springframework.security spring-security-web - 5.4.6 + 5.4.8 compile @@ -153,7 +153,7 @@ org.springframework.security spring-security-config - 5.4.6 + 5.4.8 compile @@ -266,14 +266,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 63656e28..a675ef46 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 08129e78..0106342e 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 03907d13..12888c98 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 9eff7701..ae4ade5c 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index ffb402bc..1a2bd1f1 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index fcc46b0a..e0f6bfa6 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index d939a322..ae90fb7a 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 7d3a4741..678fbbd8 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.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index 4d81361f..31532299 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -251,14 +251,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index d6a6ccdb..11dab1bd 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -175,14 +175,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index c6f194e7..127e2e5b 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -176,14 +176,14 @@ org.springframework spring-framework-bom - 5.3.8 + 5.3.13 import pom org.springframework.integration spring-integration-bom - 5.4.11 + 5.4.12 import pom