Upgrade to SI-5.3 M3; S-Kafka-2.4.4

This commit is contained in:
Artem Bilan
2020-03-11 16:48:20 -04:00
parent 1c2b95ed07
commit bce03dec79
65 changed files with 67 additions and 67 deletions

View File

@@ -101,7 +101,7 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.4.2.RELEASE</version>
<version>2.4.4.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -235,7 +235,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.3.0.M2</version>
<version>5.3.0.M3</version>
<scope>import</scope>
<type>pom</type>
</dependency>