Upgrade dependencies

This commit is contained in:
Artem Bilan
2021-11-16 16:45:40 -05:00
parent c7f05cc9fc
commit 1e9d2dc715
66 changed files with 215 additions and 215 deletions

View File

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