diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 407bd1e8..fc30ed91 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.integration.samples advanced-testing-examples @@ -171,14 +171,14 @@ org.springframework spring-framework-bom - 5.1.5.RELEASE + 5.1.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.1.3.RELEASE + 5.1.5.RELEASE import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 2b414dd5..a805d182 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -71,7 +71,7 @@ org.springframework.integration spring-integration-kafka - 3.1.2.RELEASE + 3.1.3.RELEASE compile diff --git a/build.gradle b/build.gradle index 26afca42..aa5fc34d 100644 --- a/build.gradle +++ b/build.gradle @@ -211,7 +211,7 @@ subprojects { subproject -> subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' springIntegrationVersion = '5.1.5.RELEASE' - springIntegrationKafkaVersion = '3.1.2.RELEASE' + springIntegrationKafkaVersion = '3.1.3.RELEASE' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' springKafkaVersion = '2.2.6.RELEASE' diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 86bccbbb..9456552a 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -82,7 +82,7 @@ org.springframework.integration spring-integration-kafka - 3.1.2.RELEASE + 3.1.3.RELEASE compile