Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-12-09 15:41:38 -05:00
parent 8509215ae7
commit fdab7d3080
65 changed files with 144 additions and 142 deletions

View File

@@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.15.11</version>
<version>5.15.13</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-kahadb-store</artifactId>
<version>5.15.11</version>
<version>5.15.13</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -217,14 +217,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.10.RELEASE</version>
<version>5.2.12.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.9.RELEASE</version>
<version>5.2.10.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>