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

@@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.15.9</version>
<version>5.15.11</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-kahadb-store</artifactId>
<version>5.15.9</version>
<version>5.15.11</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -157,7 +157,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>
@@ -210,21 +210,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>