Upgrade dependencies to latest milestones

This commit is contained in:
Artem Bilan
2020-10-15 09:29:35 -04:00
parent ce4979701f
commit f40278dae9
67 changed files with 204 additions and 204 deletions

View File

@@ -109,7 +109,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -186,14 +186,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.0-RC1</version>
<version>5.3.0-RC2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.4.0-M3</version>
<version>5.4.0-RC1</version>
<scope>import</scope>
<type>pom</type>
</dependency>