Upgrade dependencies

This commit is contained in:
Artem Bilan
2021-12-21 17:02:53 -05:00
parent f6d05d9cb9
commit 182f91d162
66 changed files with 191 additions and 191 deletions

View File

@@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -186,14 +186,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.13</version>
<version>5.3.14</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.5.6</version>
<version>5.5.7</version>
<scope>import</scope>
<type>pom</type>
</dependency>