Upgrade dependencies

This commit is contained in:
Artem Bilan
2021-02-17 15:37:46 -05:00
parent 571a991ef6
commit 1c454f85d9
68 changed files with 315 additions and 315 deletions

View File

@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.16.0</version>
<version>5.16.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-kahadb-store</artifactId>
<version>5.16.0</version>
<version>5.16.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -127,7 +127,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -197,21 +197,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.11.1</version>
<version>2.11.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.3</version>
<version>5.3.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.4.3</version>
<version>5.4.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>