Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-02-28 11:05:36 -05:00
parent a00684726b
commit 2401452961
65 changed files with 141 additions and 141 deletions

View File

@@ -195,14 +195,14 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.10.1</version>
<version>2.10.2.20200130</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.3.RELEASE</version>
<version>5.2.4.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>