Upgrade to SI 5.2.4; some other deps

This commit is contained in:
Artem Bilan
2020-02-26 15:42:02 -05:00
parent 086045f5b1
commit 82d35c4372
66 changed files with 226 additions and 226 deletions

View File

@@ -139,7 +139,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.2.0</version>
<version>3.2.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -199,14 +199,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.2.RELEASE</version>
<version>5.2.4.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.2.RELEASE</version>
<version>5.2.4.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>