Upgrade dependencies to the latest GAs

This commit is contained in:
Artem Bilan
2019-12-04 15:33:04 -05:00
parent e56f0c6c1f
commit b8fe06de89
66 changed files with 312 additions and 312 deletions

View File

@@ -139,7 +139,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.0.0</version>
<version>3.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -192,21 +192,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.10.0</version>
<version>2.10.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.1.RELEASE</version>
<version>5.2.2.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.1.RELEASE</version>
<version>5.2.2.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>