From d220f8661babb1458cce994eeda29bc08f06f300 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 29 Apr 2020 11:43:14 -0400 Subject: [PATCH] Upgrade dependencies --- advanced/advanced-testing-examples/pom.xml | 8 ++++---- advanced/dynamic-ftp/pom.xml | 8 ++++---- advanced/dynamic-tcp-client/pom.xml | 10 +++++----- applications/cafe-scripted/pom.xml | 10 +++++----- applications/cafe/cafe-amqp/pom.xml | 8 ++++---- applications/cafe/cafe-jms/pom.xml | 8 ++++---- applications/cafe/cafe-si/pom.xml | 8 ++++---- applications/file-split-ftp/pom.xml | 10 +++++----- applications/loan-broker/pom.xml | 8 ++++---- applications/loanshark/pom.xml | 12 +++++------ applications/stomp-chat/pom.xml | 10 +++++----- basic/amqp/pom.xml | 8 ++++---- basic/barrier/pom.xml | 10 +++++----- basic/control-bus/pom.xml | 8 ++++---- basic/enricher/pom.xml | 8 ++++---- basic/feed/pom.xml | 8 ++++---- basic/file/pom.xml | 8 ++++---- basic/ftp/pom.xml | 8 ++++---- basic/helloworld/pom.xml | 8 ++++---- basic/http/pom.xml | 8 ++++---- basic/jdbc/pom.xml | 8 ++++---- basic/jms/pom.xml | 8 ++++---- basic/jmx/pom.xml | 8 ++++---- basic/jpa/pom.xml | 10 +++++----- basic/kafka/pom.xml | 14 ++++++------- basic/mail/pom.xml | 8 ++++---- basic/mongodb/pom.xml | 8 ++++---- basic/mqtt/pom.xml | 10 +++++----- basic/oddeven/pom.xml | 8 ++++---- basic/quote/pom.xml | 8 ++++---- basic/sftp/pom.xml | 8 ++++---- basic/splunk/pom.xml | 10 +++++----- basic/tcp-amqp/pom.xml | 8 ++++---- basic/tcp-broadcast/pom.xml | 10 +++++----- basic/tcp-client-server/pom.xml | 8 ++++---- basic/tcp-with-headers/pom.xml | 10 +++++----- basic/testing-examples/pom.xml | 8 ++++---- basic/twitter/pom.xml | 8 ++++---- basic/web-sockets/pom.xml | 10 +++++----- basic/ws-inbound-gateway/pom.xml | 8 ++++---- basic/ws-outbound-gateway/pom.xml | 8 ++++---- basic/xml/pom.xml | 8 ++++---- basic/xmpp/pom.xml | 8 ++++---- build.gradle | 20 +++++++++---------- dsl/cafe-dsl/pom.xml | 10 +++++----- dsl/kafka-dsl/pom.xml | 12 +++++------ dsl/pom.xml | 6 +++--- dsl/si4demo/pom.xml | 10 +++++----- gradle.properties | 2 +- intermediate/async-gateway/pom.xml | 8 ++++---- intermediate/dynamic-poller/pom.xml | 8 ++++---- intermediate/errorhandling/pom.xml | 8 ++++---- intermediate/file-processing/pom.xml | 8 ++++---- intermediate/mail-attachments/pom.xml | 8 ++++---- intermediate/monitoring/pom.xml | 8 ++++---- intermediate/multipart-http/pom.xml | 8 ++++---- intermediate/rest-http/pom.xml | 12 +++++------ intermediate/retry-and-more/pom.xml | 8 ++++---- .../splitter-aggregator-reaper/pom.xml | 8 ++++---- intermediate/stored-procedures-derby/pom.xml | 8 ++++---- intermediate/stored-procedures-ms/pom.xml | 8 ++++---- intermediate/stored-procedures-oracle/pom.xml | 8 ++++---- .../stored-procedures-postgresql/pom.xml | 8 ++++---- .../tcp-client-server-multiplex/pom.xml | 8 ++++---- intermediate/travel/pom.xml | 8 ++++---- intermediate/tx-synch/pom.xml | 8 ++++---- 66 files changed, 288 insertions(+), 288 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 176683e0..53b9f732 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -89,7 +89,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -171,21 +171,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 63eb0fb4..e4acf739 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 5b45f3dc..7de05ae7 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples dynamic-tcp-client @@ -171,28 +171,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index db9cc9e4..2effa18a 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -123,7 +123,7 @@ org.codehaus.groovy groovy-all - 2.5.8 + 2.5.10 compile @@ -135,7 +135,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -217,21 +217,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 2009c745..2ec071a2 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -78,7 +78,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -160,21 +160,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index b9894282..f1aece64 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -118,7 +118,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -200,21 +200,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 831e5218..98de447c 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -77,7 +77,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -159,21 +159,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 527581cc..85a21d97 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples file-split-ftp @@ -239,28 +239,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index f9c73779..8a6f81e0 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 4f222c5f..772fa1de 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -275,7 +275,7 @@ org.hibernate hibernate-validator - 5.4.1.Final + 5.4.3.Final compile @@ -299,7 +299,7 @@ org.hibernate hibernate-entitymanager - 5.4.10.Final + 5.4.13.Final compile @@ -335,7 +335,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 runtime @@ -441,21 +441,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index d558266a..575aa23c 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples stomp-chat @@ -193,28 +193,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 43ba83f2..7c90f31d 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -77,7 +77,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -171,21 +171,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 2ed1a09f..5b9200bf 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples barrier @@ -204,28 +204,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index c1727be2..0890b9de 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 66b509ec..c2245a06 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -78,7 +78,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -160,21 +160,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index ede6a288..1f815b50 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 1fa6ff9d..a63bacf0 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index eab00d08..172c5914 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -169,7 +169,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 test @@ -207,21 +207,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 69acc603..87ccb5dd 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 9d20d181..d25f95a5 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -136,7 +136,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -218,21 +218,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 966a3230..e38bf08a 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -78,7 +78,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -160,21 +160,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index db297fef..672f2e83 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -117,7 +117,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -210,21 +210,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 798fc892..fd24d21b 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -77,7 +77,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -159,21 +159,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 3f778fe5..d00fc68d 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples jpa @@ -206,28 +206,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 04e0a8e7..6c536115 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples kafka @@ -98,7 +98,7 @@ org.springframework.kafka spring-kafka - 2.3.5.RELEASE + 2.3.8.RELEASE compile @@ -110,7 +110,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -211,28 +211,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index f809f645..74b9fa74 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -101,7 +101,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -183,21 +183,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 4668e009..87834b3a 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index b2b8322f..b65ef428 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples mqtt @@ -193,28 +193,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 7b5921fc..d738d727 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 16c27100..338e47f9 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 48877fc5..dbb2221d 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -160,21 +160,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 845f431d..4f9368f6 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples splunk @@ -183,28 +183,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index a51a9f35..fb284616 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -89,7 +89,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 runtime @@ -183,21 +183,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index 56bc4a3b..86ead3f4 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples tcp-broadcast @@ -182,28 +182,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 1cdaef4f..3a7c2adc 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -89,7 +89,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -171,21 +171,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 22314a39..dbb478a2 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples tcp-with-headers @@ -182,28 +182,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index d233be25..ce4446f1 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -99,7 +99,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -192,21 +192,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 55547dc3..f9b975a8 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -67,7 +67,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -149,21 +149,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index bc2ace8f..fc6a33d1 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples web-sockets @@ -171,28 +171,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index c778a8d0..d861b4f2 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -88,7 +88,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -170,21 +170,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 286aeee1..75c37856 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -77,7 +77,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -159,21 +159,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 142b1983..0cda741c 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 13523755..9a3830ff 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/build.gradle b/build.gradle index bef17b73..5cc4944b 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { maven { url 'https://repo.spring.io/libs-snapshot' } } dependencies { - classpath 'io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE' + classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" classpath "gradle.plugin.org.gretty:gretty:2.3.1" } @@ -181,14 +181,14 @@ subprojects { subproject -> c3p0Version = '0.9.1.2' derbyVersion = '10.14.2.0' hamcrestVersion = '1.3' - hibernateVersion = '5.4.10.Final' - hibernateValidatorVersion = '5.4.1.Final' + hibernateVersion = '5.4.13.Final' + hibernateValidatorVersion = '5.4.3.Final' ftpServerVersion = '1.1.1' flexjsonVersion = '2.0' - groovyVersion = '2.5.8' + groovyVersion = '2.5.10' hsqldbVersion = '2.5.0' h2Version = '1.4.200' - jacksonVersion = '2.10.1' + jacksonVersion = '2.10.3' javaxInjectVersion = '1' javaxMailVersion = '1.6.2' jodaTimeVersion = '1.6' @@ -201,20 +201,20 @@ subprojects { subproject -> jstlVersion = '1.2' junitVersion = '4.12' jythonVersion = '2.7.0' - log4jVersion = '2.12.1' + log4jVersion = '2.13.2' mockitoVersion = '3.2.4' openJpaVersion = '2.4.0' oracleDriverVersion = '11.2.0.3' postgresVersion = '42.2.9' subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' - springIntegrationVersion = '5.2.5.RELEASE' + springIntegrationVersion = '5.2.6.RELEASE' springIntegrationKafkaVersion = '3.2.1.RELEASE' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springKafkaVersion = '2.3.5.RELEASE' - springVersion = '5.2.4.RELEASE' - springSecurityVersion = '5.2.1.RELEASE' + springKafkaVersion = '2.3.8.RELEASE' + springVersion = '5.2.6.RELEASE' + springSecurityVersion = '5.2.3.RELEASE' springWebFlowVersion = '2.3.3.RELEASE' tilesJspVersion = '2.2.1' validationApiVersion = '1.0.0.GA' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 956f7622..fe7d204d 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples cafe-dsl @@ -183,28 +183,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 298e1ae0..c00d2d1a 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples kafka-dsl @@ -94,7 +94,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -195,28 +195,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 6192e7dd..2c767d65 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -123,21 +123,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index bc284a19..18f3d1f9 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT org.springframework.integration.samples si4demo @@ -252,28 +252,28 @@ org.springframework.boot spring-boot-dependencies - 2.2.5.BUILD-SNAPSHOT + 2.2.7.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/gradle.properties b/gradle.properties index b897684c..11cdc2b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ version=5.2.0.BUILD-SNAPSHOT -springBootVersion=2.2.5.BUILD-SNAPSHOT +springBootVersion=2.2.7.BUILD-SNAPSHOT org.gradle.jvmargs=-Xmx1536m diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 7fe10192..0f480dce 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 1bd792c6..3d4670f9 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index da027e51..642d2c41 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 8b4f27b1..df252588 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index b46847ff..a7581c8f 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -113,7 +113,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -218,21 +218,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 325b688b..f87f0788 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -112,7 +112,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -194,21 +194,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 1d7b7b65..62356d05 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -112,7 +112,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -194,21 +194,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 7a9fcdcb..6e2ce46a 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -143,7 +143,7 @@ org.springframework.security spring-security-web - 5.2.1.RELEASE + 5.2.3.RELEASE compile @@ -155,7 +155,7 @@ org.springframework.security spring-security-config - 5.2.1.RELEASE + 5.2.3.RELEASE compile @@ -167,7 +167,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -249,21 +249,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 6b9d6ea4..8589dae7 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -127,7 +127,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -181,21 +181,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index f12d64ef..abd64ffe 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -78,7 +78,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -160,21 +160,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index d28c6ad3..7618d259 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -78,7 +78,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -160,21 +160,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 29ce038c..3d4c0ee7 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -90,7 +90,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -172,21 +172,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 4047afc5..578e15a7 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -148,21 +148,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 78936fac..c61d2209 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -102,7 +102,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -184,21 +184,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index e4d990b2..f4ecc6ce 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -159,21 +159,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index b47cb231..b261d9fd 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -88,7 +88,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -170,21 +170,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index c070a263..9a5ac5cd 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -89,7 +89,7 @@ org.apache.logging.log4j log4j-core - 2.12.1 + 2.13.2 compile @@ -171,21 +171,21 @@ com.fasterxml.jackson jackson-bom - 2.10.1 + 2.10.3 import pom org.springframework spring-framework-bom - 5.2.4.RELEASE + 5.2.6.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.5.RELEASE + 5.2.6.RELEASE import pom