From 1fc5aae8df3692671e089c1f9028ed07c9d6dca0 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 17 Feb 2021 14:23:45 -0500 Subject: [PATCH] Upgrade dependencies --- advanced/advanced-testing-examples/pom.xml | 8 ++++---- advanced/dynamic-ftp/pom.xml | 8 ++++---- advanced/dynamic-tcp-client/pom.xml | 12 ++++++------ 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 | 12 ++++++------ applications/loan-broker/pom.xml | 8 ++++---- applications/loanshark/pom.xml | 12 ++++++------ applications/stomp-chat/pom.xml | 12 ++++++------ basic/amqp/pom.xml | 8 ++++---- basic/barrier/pom.xml | 12 ++++++------ 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 | 12 ++++++------ basic/kafka/pom.xml | 12 ++++++------ basic/mail/pom.xml | 8 ++++---- basic/mongodb/pom.xml | 8 ++++---- basic/mqtt/pom.xml | 12 ++++++------ basic/oddeven/pom.xml | 8 ++++---- basic/quote/pom.xml | 8 ++++---- basic/sftp/pom.xml | 8 ++++---- basic/splunk/pom.xml | 12 ++++++------ basic/tcp-amqp/pom.xml | 8 ++++---- basic/tcp-broadcast/pom.xml | 12 ++++++------ basic/tcp-client-server/pom.xml | 8 ++++---- basic/tcp-with-headers/pom.xml | 12 ++++++------ basic/testing-examples/pom.xml | 8 ++++---- basic/twitter/pom.xml | 8 ++++---- basic/web-sockets/pom.xml | 12 ++++++------ 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 | 16 ++++++++-------- dsl/cafe-dsl/pom.xml | 12 ++++++------ dsl/kafka-dsl/pom.xml | 12 ++++++------ dsl/pom.xml | 8 ++++---- dsl/si4demo/pom.xml | 12 ++++++------ 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 | 8 ++++---- intermediate/retry-and-more/pom.xml | 8 ++++---- intermediate/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 ++++---- intermediate/tcp-async-bi-directional/pom.xml | 12 ++++++------ intermediate/tcp-client-server-multiplex/pom.xml | 8 ++++---- intermediate/testcontainers-rabbitmq/pom.xml | 12 ++++++------ intermediate/travel/pom.xml | 8 ++++---- intermediate/tx-synch/pom.xml | 8 ++++---- 68 files changed, 308 insertions(+), 308 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 5caea0d0..38f2be17 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -104,7 +104,7 @@ junit junit - 4.13 + 4.13.2 test @@ -174,21 +174,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 6023ed44..55935be2 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 64a01d1b..487f35a5 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.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples dynamic-tcp-client @@ -85,7 +85,7 @@ junit junit - 4.13 + 4.13.2 test @@ -174,28 +174,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 88cf8662..49f8fce4 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -126,7 +126,7 @@ org.codehaus.groovy groovy-all - 2.5.10 + 3.0.7 compile @@ -150,7 +150,7 @@ junit junit - 4.13 + 4.13.2 test @@ -220,21 +220,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index bbfc4c81..13b25890 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -93,7 +93,7 @@ junit junit - 4.13 + 4.13.2 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 99367caa..efbcca19 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -133,7 +133,7 @@ junit junit - 4.13 + 4.13.2 test @@ -203,21 +203,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index a557d3d5..dd99d22f 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -92,7 +92,7 @@ junit junit - 4.13 + 4.13.2 test @@ -162,21 +162,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 98eaec28..2d322bfd 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.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples file-split-ftp @@ -142,7 +142,7 @@ junit junit - 4.13 + 4.13.2 test @@ -242,28 +242,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 73e9f092..58a8d50c 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index b1b8e58d..bfcc3a0b 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -242,7 +242,7 @@ org.hsqldb hsqldb - 2.5.0 + 2.5.1 compile @@ -302,7 +302,7 @@ org.hibernate hibernate-entitymanager - 5.4.17.Final + 5.4.27.Final compile @@ -374,7 +374,7 @@ junit junit - 4.13 + 4.13.2 test @@ -444,21 +444,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 26d36c3a..f156c9bf 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.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples stomp-chat @@ -107,7 +107,7 @@ junit junit - 4.13 + 4.13.2 test @@ -196,28 +196,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 0415e513..5eecf82e 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -104,7 +104,7 @@ junit junit - 4.13 + 4.13.2 test @@ -174,21 +174,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 7012cead..68d5e30d 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples barrier @@ -118,7 +118,7 @@ junit junit - 4.13 + 4.13.2 test @@ -207,28 +207,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index edffe056..b73871d5 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index dea8dc3e..ab23cf81 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -93,7 +93,7 @@ junit junit - 4.13 + 4.13.2 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index f2daece2..931ac641 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 0d587880..24c3b971 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 9b20bb15..4702bce5 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -117,7 +117,7 @@ junit junit - 4.13 + 4.13.2 test @@ -210,21 +210,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index a6fe98fb..9fedf95f 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index cba041c8..66486d52 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -151,7 +151,7 @@ junit junit - 4.13 + 4.13.2 test @@ -221,21 +221,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 8d03b500..bc67c8ac 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -93,7 +93,7 @@ junit junit - 4.13 + 4.13.2 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index d46a2767..2bbf5e19 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -132,7 +132,7 @@ junit junit - 4.13 + 4.13.2 test @@ -213,21 +213,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 7cff6459..42ed47a3 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -92,7 +92,7 @@ junit junit - 4.13 + 4.13.2 test @@ -162,21 +162,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 8664d14d..034d9160 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples jpa @@ -120,7 +120,7 @@ junit junit - 4.13 + 4.13.2 test @@ -209,28 +209,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 60679ac1..82ca5031 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples kafka @@ -125,7 +125,7 @@ junit junit - 4.13 + 4.13.2 test @@ -214,28 +214,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index f47131b5..7c536b69 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -116,7 +116,7 @@ junit junit - 4.13 + 4.13.2 test @@ -186,21 +186,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 3afac958..31d65790 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -93,7 +93,7 @@ junit junit - 4.13 + 4.13.2 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 20e0ee3b..a06ccda1 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples mqtt @@ -96,7 +96,7 @@ junit junit - 4.13 + 4.13.2 test @@ -196,28 +196,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 53c32f46..49fa1e19 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index a5d310c3..e45edffa 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 5d441cb5..4cce94aa 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 6883276d..cc692246 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples splunk @@ -97,7 +97,7 @@ junit junit - 4.13 + 4.13.2 test @@ -186,28 +186,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 006a1dbb..ad700f51 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -116,7 +116,7 @@ junit junit - 4.13 + 4.13.2 test @@ -186,21 +186,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index a83a2f3d..27831a89 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.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples tcp-broadcast @@ -96,7 +96,7 @@ junit junit - 4.13 + 4.13.2 test @@ -185,28 +185,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index b9fd0dbb..7f8b9b13 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -104,7 +104,7 @@ junit junit - 4.13 + 4.13.2 test @@ -174,21 +174,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 1d26d773..5f15a421 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.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples tcp-with-headers @@ -96,7 +96,7 @@ junit junit - 4.13 + 4.13.2 test @@ -185,28 +185,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 22544f48..440a6b06 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -114,7 +114,7 @@ junit junit - 4.13 + 4.13.2 test @@ -195,21 +195,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 778bc85c..58235e18 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -82,7 +82,7 @@ junit junit - 4.13 + 4.13.2 test @@ -152,21 +152,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index d7185df7..7139cc07 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.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples web-sockets @@ -85,7 +85,7 @@ junit junit - 4.13 + 4.13.2 test @@ -174,28 +174,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index e6b836b4..711ad0a6 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -103,7 +103,7 @@ junit junit - 4.13 + 4.13.2 test @@ -173,21 +173,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 9ac03008..07cc5410 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -92,7 +92,7 @@ junit junit - 4.13 + 4.13.2 test @@ -162,21 +162,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 308d0354..399db43e 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index e9317cf2..57d65bb6 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/build.gradle b/build.gradle index 5de7d6bf..b0a08d72 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ allprojects { 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' } +// maven { url 'https://repo.spring.io/libs-staging-local' } } } @@ -184,14 +184,14 @@ subprojects { subproject -> c3p0Version = '0.9.1.2' derbyVersion = '10.14.2.0' hamcrestVersion = '1.3' - hibernateVersion = '5.4.17.Final' + hibernateVersion = '5.4.27.Final' hibernateValidatorVersion = '6.1.2.Final' ftpServerVersion = '1.1.1' flexjsonVersion = '2.0' - groovyVersion = '2.5.10' - hsqldbVersion = '2.5.0' + groovyVersion = '3.0.7' + hsqldbVersion = '2.5.1' h2Version = '1.4.200' - jacksonVersion = '2.11.0' + jacksonVersion = '2.11.3' javaxInjectVersion = '1' javaxMailVersion = '1.6.2' jodaTimeVersion = '1.6' @@ -202,7 +202,7 @@ subprojects { subproject -> jpa21ApiVersion = '1.0.0.Final' jpaApiVersion = '2.0.0' jstlVersion = '1.2' - junitVersion = '4.13' + junitVersion = '4.13.2' jythonVersion = '2.7.0' log4jVersion = '2.13.3' mockitoVersion = '3.2.4' @@ -213,12 +213,12 @@ subprojects { subproject -> subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' springCloudVersion ='Hoxton.SR9' - springIntegrationVersion = '5.3.5.RELEASE' + springIntegrationVersion = '5.3.6.RELEASE' springIntegrationKafkaVersion = '3.3.1.RELEASE' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' springKafkaVersion = '2.5.11.RELEASE' - springVersion = '5.2.12.RELEASE' + springVersion = '5.2.13.RELEASE' springSecurityVersion = '5.3.5.RELEASE' springWebFlowVersion = '2.3.3.RELEASE' testcontainersVersion = '1.13.0' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 1d67b0b4..92b6002b 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.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples cafe-dsl @@ -97,7 +97,7 @@ junit junit - 4.13 + 4.13.2 test @@ -186,28 +186,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 1b9153b2..4e586d9f 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.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples kafka-dsl @@ -109,7 +109,7 @@ junit junit - 4.13 + 4.13.2 test @@ -198,28 +198,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 02acc228..8b3dc187 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -56,7 +56,7 @@ junit junit - 4.13 + 4.13.2 test @@ -126,21 +126,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index ba9c9452..c08ee75a 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples si4demo @@ -166,7 +166,7 @@ junit junit - 4.13 + 4.13.2 test @@ -255,28 +255,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/gradle.properties b/gradle.properties index a83a765d..530cfaeb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ version=5.3.0.RELEASE -springBootVersion=2.3.1.RELEASE +springBootVersion=2.3.9.BUILD-SNAPSHOT org.gradle.jvmargs=-Xmx1536m diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 8595e18a..68aa8fa5 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 46949be7..c217fd37 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index fe8c02e9..728b0f34 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index f16fad0c..9a2e1005 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 66de6f0a..90b4ed10 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -128,7 +128,7 @@ junit junit - 4.13 + 4.13.2 test @@ -221,21 +221,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 4831c20d..74f48571 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -127,7 +127,7 @@ junit junit - 4.13 + 4.13.2 test @@ -197,21 +197,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index d0a566ce..0681156a 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -127,7 +127,7 @@ junit junit - 4.13 + 4.13.2 test @@ -197,21 +197,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 9a2ab978..1330c791 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -182,7 +182,7 @@ junit junit - 4.13 + 4.13.2 test @@ -252,21 +252,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index cca2b1d6..2c2d58bb 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -142,7 +142,7 @@ junit junit - 4.13 + 4.13.2 test @@ -184,21 +184,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 1ee0c88e..81263fdb 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -93,7 +93,7 @@ junit junit - 4.13 + 4.13.2 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index d6b78004..8a77dc13 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -93,7 +93,7 @@ junit junit - 4.13 + 4.13.2 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 976adfd7..871c93ab 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -105,7 +105,7 @@ junit junit - 4.13 + 4.13.2 test @@ -175,21 +175,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index a4310f61..57feaa7c 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index d6847d9b..d27f740d 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -117,7 +117,7 @@ junit junit - 4.13 + 4.13.2 test @@ -187,21 +187,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index 5ccda44b..7d0a4007 100644 --- a/intermediate/tcp-async-bi-directional/pom.xml +++ b/intermediate/tcp-async-bi-directional/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples tcp-async-bi-directional @@ -85,7 +85,7 @@ junit junit - 4.13 + 4.13.2 test @@ -185,28 +185,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index dcf9d527..52a72638 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -81,7 +81,7 @@ junit junit - 4.13 + 4.13.2 test @@ -162,21 +162,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index c4f064c7..af68ae56 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT org.springframework.integration.samples testcontainers-rabbitmq @@ -96,7 +96,7 @@ junit junit - 4.13 + 4.13.2 test @@ -253,28 +253,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.1.RELEASE + 2.3.9.BUILD-SNAPSHOT import pom com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index d33a30a9..753f49dc 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -103,7 +103,7 @@ junit junit - 4.13 + 4.13.2 test @@ -173,21 +173,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index e568d628..3c20de0d 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -104,7 +104,7 @@ junit junit - 4.13 + 4.13.2 test @@ -174,21 +174,21 @@ com.fasterxml.jackson jackson-bom - 2.11.0 + 2.11.3 import pom org.springframework spring-framework-bom - 5.2.12.RELEASE + 5.2.13.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.5.RELEASE + 5.3.6.RELEASE import pom