Upgrade dependencies to the latest releases

This commit is contained in:
Artem Bilan
2020-10-28 17:28:38 -04:00
parent f40278dae9
commit 578f6e56b7
67 changed files with 134 additions and 134 deletions

View File

@@ -186,14 +186,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.0-RC2</version>
<version>5.3.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.4.0-RC1</version>
<version>5.4.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>