Update to SI 4.3.9, SF 4.3.8

This commit is contained in:
Gary Russell
2017-04-18 18:19:54 -04:00
parent 972b8d2a24
commit 9f88407d26
65 changed files with 179 additions and 179 deletions

View File

@@ -71,7 +71,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jpa</artifactId>
<version>4.3.8.RELEASE</version>
<version>4.3.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>4.3.2.RELEASE</version>
<version>4.3.8.RELEASE</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@@ -173,7 +173,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.2.RELEASE</version>
<version>4.3.8.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>