Upgrade to SI-4.3.8

This commit is contained in:
Artem Bilan
2017-03-01 16:49:52 -05:00
parent 7996eabbc1
commit 972b8d2a24
62 changed files with 93 additions and 765 deletions

View File

@@ -55,19 +55,19 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jmx</artifactId>
<version>4.3.7.RELEASE</version>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-twitter</artifactId>
<version>4.3.7.RELEASE</version>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-groovy</artifactId>
<version>4.3.7.RELEASE</version>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>