Upgrade dependencies; fix compatibility

This commit is contained in:
Artem Bilan
2020-08-12 14:29:05 -04:00
parent 8fb73ff29a
commit 25b85ee969
68 changed files with 449 additions and 447 deletions

View File

@@ -69,7 +69,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.9</version>
<version>42.2.14</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -79,9 +79,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.2</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.7.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -132,8 +132,8 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<artifactId>hamcrest-library</artifactId>
<version>2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -145,7 +145,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.2.4</version>
<version>3.4.6</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -187,21 +187,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.11.0</version>
<version>2.11.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.0-M1</version>
<version>5.3.0-M2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.4.0-M1</version>
<version>5.4.0-M2</version>
<scope>import</scope>
<type>pom</type>
</dependency>