Upgrade to SIK-3.3.1

This commit is contained in:
Artem Bilan
2020-07-22 15:32:00 -04:00
parent 602cad82aa
commit 7a1b12a9e4
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-kafka</artifactId>
<version>3.3.0.RELEASE</version>
<version>3.3.1.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>

View File

@@ -212,7 +212,7 @@ subprojects { subproject ->
slf4jVersion = '1.7.25'
springCloudVersion ='Hoxton.SR3'
springIntegrationVersion = '5.3.2.RELEASE'
springIntegrationKafkaVersion = '3.3.0.RELEASE'
springIntegrationKafkaVersion = '3.3.1.RELEASE'
springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT'
springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT'
springKafkaVersion = '2.5.4.RELEASE'

View File

@@ -85,7 +85,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-kafka</artifactId>
<version>3.3.0.RELEASE</version>
<version>3.3.1.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>