Upgrade to Spring Integration 5.2.1

This commit is contained in:
Gary Russell
2019-11-04 17:05:00 -05:00
parent 197e1e7770
commit e56f0c6c1f
65 changed files with 133 additions and 133 deletions

View File

@@ -190,14 +190,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.0.RELEASE</version>
<version>5.2.1.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.0.RELEASE</version>
<version>5.2.1.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>