diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml
index a89280e5..048b39fe 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-groovy
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml
index 46c57925..8a2614ef 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml
index c1ada60f..5f6e8899 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml
index b77ead54..33d2d5ae 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-groovy
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-rmi
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-jmx
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml
index aa148f0d..81ab2a1a 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml
index 67edce79..14a56c4a 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml
index fa604154..fbe32ea6 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml
index dd670e5f..813aed6d 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-ftp
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-http
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-mail
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
@@ -141,7 +141,7 @@
org.springframework.integration
spring-integration-test
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
test
diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml
index 987f257f..5f42f3fd 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml
index 38cadc4e..49313778 100644
--- a/applications/loanshark/pom.xml
+++ b/applications/loanshark/pom.xml
@@ -55,7 +55,7 @@
org.springframework.integration
spring-integration-ip
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml
index b19af56d..b5ca0b64 100644
--- a/basic/amqp/pom.xml
+++ b/basic/amqp/pom.xml
@@ -56,13 +56,13 @@
org.springframework.integration
spring-integration-stream
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-amqp
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml
index c6407ad8..a2ac1220 100644
--- a/basic/barrier/pom.xml
+++ b/basic/barrier/pom.xml
@@ -75,19 +75,19 @@
org.springframework.integration
spring-integration-core
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-amqp
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-http
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml
index 6f8f289a..4cd349bd 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml
index 05f4f232..32e60a1f 100644
--- a/basic/enricher/pom.xml
+++ b/basic/enricher/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-core
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml
index 5b45fa81..54e97aeb 100644
--- a/basic/feed/pom.xml
+++ b/basic/feed/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-feed
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/file/pom.xml b/basic/file/pom.xml
index a0cd4b62..54bd050d 100644
--- a/basic/file/pom.xml
+++ b/basic/file/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-file
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml
index e0b1b130..d0c012dd 100644
--- a/basic/ftp/pom.xml
+++ b/basic/ftp/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-ftp
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
@@ -116,7 +116,7 @@
org.springframework.integration
spring-integration-test
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
test
diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml
index b64fe69f..da7bbcfb 100644
--- a/basic/helloworld/pom.xml
+++ b/basic/helloworld/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-core
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/http/pom.xml b/basic/http/pom.xml
index cff6ffae..a051be06 100644
--- a/basic/http/pom.xml
+++ b/basic/http/pom.xml
@@ -55,13 +55,13 @@
org.springframework.integration
spring-integration-http
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-mail
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml
index ea789037..e0e7e55e 100644
--- a/basic/jdbc/pom.xml
+++ b/basic/jdbc/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-jdbc
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml
index f39a7150..0ebb91a9 100644
--- a/basic/jms/pom.xml
+++ b/basic/jms/pom.xml
@@ -56,13 +56,13 @@
org.springframework.integration
spring-integration-jms
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-stream
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
@@ -110,7 +110,7 @@
org.springframework.integration
spring-integration-test
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
test
diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml
index bda8f624..ab46940f 100644
--- a/basic/jmx/pom.xml
+++ b/basic/jmx/pom.xml
@@ -56,13 +56,13 @@
org.springframework.integration
spring-integration-jmx
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-stream
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml
index 8fcf3bf4..cf510469 100644
--- a/basic/jpa/pom.xml
+++ b/basic/jpa/pom.xml
@@ -75,7 +75,7 @@
org.springframework.integration
spring-integration-jpa
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml
index 236ed410..e4fc6440 100644
--- a/basic/kafka/pom.xml
+++ b/basic/kafka/pom.xml
@@ -71,7 +71,7 @@
org.springframework.integration
spring-integration-core
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml
index 333aefe8..d57fc7d9 100644
--- a/basic/mail/pom.xml
+++ b/basic/mail/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-mail
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml
index 5d4b3a05..06b9137a 100644
--- a/basic/mongodb/pom.xml
+++ b/basic/mongodb/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-mongodb
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml
index 342bb58a..ecbf8041 100644
--- a/basic/mqtt/pom.xml
+++ b/basic/mqtt/pom.xml
@@ -65,13 +65,13 @@
org.springframework.integration
spring-integration-stream
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-mqtt
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml
index e8498297..7c4aa54b 100644
--- a/basic/oddeven/pom.xml
+++ b/basic/oddeven/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-core
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml
index d9c4e730..ba873d7f 100644
--- a/basic/quote/pom.xml
+++ b/basic/quote/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-stream
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml
index 7babd226..ff1408ab 100644
--- a/basic/sftp/pom.xml
+++ b/basic/sftp/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-sftp
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml
index 9b53c2a1..4b13ba48 100644
--- a/basic/splunk/pom.xml
+++ b/basic/splunk/pom.xml
@@ -65,7 +65,7 @@
org.springframework.integration
spring-integration-core
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml
index 844ca540..0fa6e5d2 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-ip
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml
index 07b29bf7..58f4e013 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.21.RELEASE
+ 4.3.22.RELEASE
compile
@@ -68,7 +68,7 @@
org.springframework.integration
spring-integration-test
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml
index d54adfb8..1d0745dd 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-http
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-ws
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
@@ -110,7 +110,7 @@
org.springframework.integration
spring-integration-test
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
test
diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml
index 8d4c882f..692c7577 100644
--- a/basic/twitter/pom.xml
+++ b/basic/twitter/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-twitter
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml
index ab1f508e..138873d3 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-ws
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml
index 0b945b00..a36ef297 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-ws
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml
index a8e28321..a454ebf2 100644
--- a/basic/xml/pom.xml
+++ b/basic/xml/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-xml
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml
index 32f735ff..13a782eb 100644
--- a/basic/xmpp/pom.xml
+++ b/basic/xmpp/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-xmpp
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/build.gradle b/build.gradle
index 761c727a..320e4f90 100644
--- a/build.gradle
+++ b/build.gradle
@@ -196,7 +196,7 @@ subprojects { subproject ->
postgresVersion = '9.1-901-1.jdbc4'
subethasmtpVersion = '1.2'
slf4jVersion = '1.7.25'
- springIntegrationVersion = '4.3.21.RELEASE'
+ springIntegrationVersion = '4.3.22.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 6c984d96..a7404b10 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml
index c656419d..e29e66be 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml
index ef2b9732..240d74eb 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml
index d9f78d44..90a291a9 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml
index 8e822a7d..7e6114e3 100644
--- a/intermediate/errorhandling/pom.xml
+++ b/intermediate/errorhandling/pom.xml
@@ -56,7 +56,7 @@
org.springframework.integration
spring-integration-stream
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml
index 90c5c422..2a93b65c 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml
index b03a7705..3debb336 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-file
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
@@ -116,7 +116,7 @@
org.springframework.integration
spring-integration-test
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
test
diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml
index e6229183..7ba13a0b 100644
--- a/intermediate/monitoring/pom.xml
+++ b/intermediate/monitoring/pom.xml
@@ -55,19 +55,19 @@
org.springframework.integration
spring-integration-jmx
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-twitter
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-groovy
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml
index db0ee681..222b79c6 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml
index 020b45a8..33b030bc 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml
index d769a13c..369c295a 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-amqp
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-ftp
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-file
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml
index f0336860..ce800946 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml
index 58757b27..00239126 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml
index 18192874..545deb8f 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml
index b6522080..1d04fb6a 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml
index 43d772b2..cfcc8ef4 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.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml
index 4f0344f7..dfda761f 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.21.RELEASE
+ 4.3.22.RELEASE
compile
@@ -92,7 +92,7 @@
org.springframework.integration
spring-integration-test
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
test
diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml
index ac241ef8..4ec5302b 100644
--- a/intermediate/travel/pom.xml
+++ b/intermediate/travel/pom.xml
@@ -56,13 +56,13 @@
org.springframework.integration
spring-integration-ws
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-http
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile
diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml
index 0ac43c5d..f50c25aa 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.21.RELEASE
+ 4.3.22.RELEASE
compile
org.springframework.integration
spring-integration-file
- 4.3.21.RELEASE
+ 4.3.22.RELEASE
compile