Upgrade dependencies to the latest GAs

This commit is contained in:
Artem Bilan
2019-10-01 15:47:17 -04:00
parent 24b81d9ccf
commit 197e1e7770
66 changed files with 720 additions and 274 deletions

View File

@@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.7</version>
<version>2.12.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -139,7 +139,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.24.0</version>
<version>3.0.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -189,17 +189,24 @@
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.10.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.0.RC2</version>
<version>5.2.0.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.0.RC1</version>
<version>5.2.0.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>