Upgrade to the latest PostgreSQL driver

* Bring back Spring Integration dependency as `SNAPSHOT`
This commit is contained in:
Artem Bilan
2022-08-09 12:44:56 -04:00
parent c46c184f23
commit 70ad0efa92
65 changed files with 2991 additions and 66 deletions

View File

@@ -60,7 +60,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -151,7 +151,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>6.0.0-M4</version>
<version>6.0.0-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>