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

@@ -56,19 +56,19 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-file</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-http</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-ws</artifactId>
<version>4.3.7.RELEASE</version>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -110,7 +110,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>4.3.7.RELEASE</version>
<version>4.3.8.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>