Upgrade to SI-4.3.22

This commit is contained in:
Artem Bilan
2020-03-12 14:18:06 -04:00
parent 95e7135af6
commit c7e282b570
59 changed files with 93 additions and 93 deletions

View File

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