Upgrade to Spring Integration 5.1.9

This commit is contained in:
Gary Russell
2019-11-04 16:33:28 -05:00
parent 6b922b852b
commit 29a9e2c363
64 changed files with 131 additions and 131 deletions

View File

@@ -192,14 +192,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.1.10.RELEASE</version>
<version>5.1.11.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.1.8.RELEASE</version>
<version>5.1.9.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>