From 6a81d2e9eeef987189fea0bcf0926f50e3879423 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 11 Dec 2020 11:09:13 -0500 Subject: [PATCH] Upgrade dependencies --- .gitignore | 1 + advanced/advanced-testing-examples/pom.xml | 4 ++-- advanced/dynamic-ftp/pom.xml | 2 +- advanced/dynamic-tcp-client/pom.xml | 2 +- applications/cafe-scripted/pom.xml | 8 ++++---- applications/cafe/cafe-amqp/pom.xml | 2 +- applications/cafe/cafe-jms/pom.xml | 2 +- applications/cafe/cafe-si/pom.xml | 2 +- applications/file-split-ftp/pom.xml | 10 +++++----- applications/loan-broker/pom.xml | 2 +- applications/loanshark/pom.xml | 2 +- basic/amqp/pom.xml | 4 ++-- basic/barrier/pom.xml | 6 +++--- basic/control-bus/pom.xml | 2 +- basic/enricher/pom.xml | 2 +- basic/feed/pom.xml | 2 +- basic/file/pom.xml | 2 +- basic/ftp/pom.xml | 4 ++-- basic/helloworld/pom.xml | 2 +- basic/http/pom.xml | 4 ++-- basic/jdbc/pom.xml | 2 +- basic/jms/pom.xml | 6 +++--- basic/jmx/pom.xml | 4 ++-- basic/jpa/pom.xml | 2 +- basic/kafka/pom.xml | 2 +- basic/mail/pom.xml | 2 +- basic/mongodb/pom.xml | 2 +- basic/mqtt/pom.xml | 4 ++-- basic/oddeven/pom.xml | 2 +- basic/quote/pom.xml | 2 +- basic/sftp/pom.xml | 2 +- basic/splunk/pom.xml | 2 +- basic/tcp-amqp/pom.xml | 4 ++-- basic/tcp-client-server/pom.xml | 4 ++-- basic/testing-examples/pom.xml | 8 ++++---- basic/twitter/pom.xml | 2 +- basic/ws-inbound-gateway/pom.xml | 4 ++-- basic/ws-outbound-gateway/pom.xml | 4 ++-- basic/xml/pom.xml | 2 +- basic/xmpp/pom.xml | 2 +- build.gradle | 5 ++++- dsl/cafe-dsl/pom.xml | 2 +- dsl/kafka-dsl/pom.xml | 2 +- intermediate/async-gateway/pom.xml | 2 +- intermediate/dynamic-poller/pom.xml | 2 +- intermediate/errorhandling/pom.xml | 2 +- intermediate/file-processing/pom.xml | 2 +- intermediate/mail-attachments/pom.xml | 6 +++--- intermediate/monitoring/pom.xml | 6 +++--- intermediate/multipart-http/pom.xml | 2 +- intermediate/rest-http/pom.xml | 2 +- intermediate/retry-and-more/pom.xml | 8 ++++---- intermediate/splitter-aggregator-reaper/pom.xml | 2 +- intermediate/stored-procedures-derby/pom.xml | 2 +- intermediate/stored-procedures-ms/pom.xml | 2 +- intermediate/stored-procedures-oracle/pom.xml | 2 +- intermediate/stored-procedures-postgresql/pom.xml | 2 +- intermediate/tcp-client-server-multiplex/pom.xml | 4 ++-- intermediate/travel/pom.xml | 4 ++-- intermediate/tx-synch/pom.xml | 4 ++-- 60 files changed, 97 insertions(+), 93 deletions(-) diff --git a/.gitignore b/.gitignore index 60bc2257..765d23da 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ activemq-data /.gradle build/ /classes +/advanced/dynamic-ftp/out/ diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 2d6c8c93..63428357 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -62,13 +62,13 @@ org.springframework.integration spring-integration-jms - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 5c5128b2..384e6a43 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ftp - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index af0ddcea..e94a023d 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -65,7 +65,7 @@ org.springframework.integration spring-integration-ip - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 09c5a7ab..1f594faa 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -56,25 +56,25 @@ org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-rmi - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-jmx - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index ac2a5c30..0e33063d 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -62,7 +62,7 @@ org.springframework.integration spring-integration-amqp - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 5ff1b649..9a4784f3 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -74,7 +74,7 @@ org.springframework.integration spring-integration-jms - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 2676f965..a5719a22 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index e9f861bd..53ccd8a4 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -70,25 +70,25 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-ftp - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-http - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-mail - 4.3.23.RELEASE + 4.3.24.RELEASE compile @@ -141,7 +141,7 @@ org.springframework.integration spring-integration-test - 4.3.23.RELEASE + 4.3.24.RELEASE test diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index e4637216..f3b12c66 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ip - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index f04a34d9..73f89497 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -55,7 +55,7 @@ org.springframework.integration spring-integration-ip - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 45d4631b..076c4f8d 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 9c3c11c3..ac820c58 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -75,19 +75,19 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-http - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index cf1f1eb9..9d5d30a4 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 5d409e23..e3e6e8fa 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 7827856f..8d024dce 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-feed - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/file/pom.xml b/basic/file/pom.xml index f802a714..b321c095 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-file - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 18dceb29..f5d661f0 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ftp - 4.3.23.RELEASE + 4.3.24.RELEASE compile @@ -116,7 +116,7 @@ org.springframework.integration spring-integration-test - 4.3.23.RELEASE + 4.3.24.RELEASE test diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 2a1d7c36..002c4f31 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/http/pom.xml b/basic/http/pom.xml index f02d51f8..03a85a05 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -55,13 +55,13 @@ org.springframework.integration spring-integration-http - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-mail - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 48d89063..8234c625 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index e14f8c8b..0eb58cbd 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jms - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile @@ -110,7 +110,7 @@ org.springframework.integration spring-integration-test - 4.3.23.RELEASE + 4.3.24.RELEASE test diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index b3434598..130c6891 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jmx - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 3fc20bd7..a7eb2a3d 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -75,7 +75,7 @@ org.springframework.integration spring-integration-jpa - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index d36d1660..7c536958 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index ad804cf7..f7ccac45 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-mail - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 9dcec033..8562e2e3 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-mongodb - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index a6c1f8c4..27d240bf 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -65,13 +65,13 @@ org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-mqtt - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index d18bcb7e..f2caff3f 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 5e5be8ba..b61d4db5 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index a124ba1a..8bd2584f 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-sftp - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index e24efb40..623a25f6 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -65,7 +65,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index c94f5f79..75d024a8 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-amqp - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-ip - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 9308a291..327c645f 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ip - 4.3.23.RELEASE + 4.3.24.RELEASE compile @@ -68,7 +68,7 @@ org.springframework.integration spring-integration-test - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 46b0756b..d02a5b90 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -56,19 +56,19 @@ org.springframework.integration spring-integration-file - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-http - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.23.RELEASE + 4.3.24.RELEASE compile @@ -110,7 +110,7 @@ org.springframework.integration spring-integration-test - 4.3.23.RELEASE + 4.3.24.RELEASE test diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 5034e648..c7875ce7 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-twitter - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index ad739aa5..2367f567 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -55,13 +55,13 @@ org.springframework.integration spring-integration-xml - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index ff5fe233..fcd299c5 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-ws - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 6d8be262..a5168b49 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-xml - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 1a38eb4a..3b451030 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-xmpp - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/build.gradle b/build.gradle index 4d7337f8..2e355875 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,7 @@ buildscript { repositories { + mavenCentral() + maven { url 'https://plugins.gradle.org/m2' } maven { url 'https://repo.spring.io/libs-snapshot' } maven { url "https://repo.spring.io/libs-milestone" } } @@ -29,6 +31,7 @@ allprojects { group = 'org.springframework.integration.samples' repositories { + mavenCentral() maven { url 'https://repo.spring.io/libs-snapshot' } maven { url 'https://repo.spring.io/libs-milestone' } // maven { url 'https://repo.spring.io/libs-staging-local' } @@ -196,7 +199,7 @@ subprojects { subproject -> postgresVersion = '9.1-901-1.jdbc4' subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' - springIntegrationVersion = '4.3.23.RELEASE' + springIntegrationVersion = '4.3.24.RELEASE' springIntegrationDslVersion = '1.2.3.RELEASE' springIntegrationKafkaVersion = '2.3.1.RELEASE' springIntegrationSplunkVersion = '1.1.0.RELEASE' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 1881a527..d8c37d2e 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 88b23731..8c137f82 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -65,7 +65,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index f1866466..e2d4c0ef 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index d4016c8d..b7375668 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index aa93b005..ca0adfad 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 000ac078..e5f462cd 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-file - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 9dd4b12c..82e95935 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-mail - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-file - 4.3.23.RELEASE + 4.3.24.RELEASE compile @@ -116,7 +116,7 @@ org.springframework.integration spring-integration-test - 4.3.23.RELEASE + 4.3.24.RELEASE test diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index a6b95a98..8faca4f0 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -55,19 +55,19 @@ org.springframework.integration spring-integration-jmx - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-twitter - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-groovy - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 777cf081..20b69e08 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -55,7 +55,7 @@ org.springframework.integration spring-integration-http - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index f44cd81b..78fbfe0e 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -55,7 +55,7 @@ org.springframework.integration spring-integration-http - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 878cc880..50c7b37a 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -56,25 +56,25 @@ org.springframework.integration spring-integration-stream - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-amqp - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-ftp - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-file - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index ce4d22df..0cb89bfb 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-core - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 3eacefc1..670a04ea 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 555c3a5b..6f9738a9 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 1906877e..32506f28 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 57e412a3..7052b6c9 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-jdbc - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 548ace53..44b602c8 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -56,7 +56,7 @@ org.springframework.integration spring-integration-ip - 4.3.23.RELEASE + 4.3.24.RELEASE compile @@ -92,7 +92,7 @@ org.springframework.integration spring-integration-test - 4.3.23.RELEASE + 4.3.24.RELEASE test diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index f7304c1b..1e875cf8 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-ws - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-http - 4.3.23.RELEASE + 4.3.24.RELEASE compile diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index ec4e266b..a2c92e09 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -56,13 +56,13 @@ org.springframework.integration spring-integration-jdbc - 4.3.23.RELEASE + 4.3.24.RELEASE compile org.springframework.integration spring-integration-file - 4.3.23.RELEASE + 4.3.24.RELEASE compile