Upgrade PostgreSQL to fix vulnerabilities

This commit is contained in:
Artem Bilan
2022-03-25 08:56:13 -04:00
parent 1aa24b6577
commit 470dadbbcb
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ subprojects { subproject ->
mongoDriverVersion = '4.4.1'
openJpaVersion = '2.4.0'
oracleDriverVersion = '19.3.0.0'
postgresVersion = '42.2.14'
postgresVersion = '42.3.3'
slf4jVersion = '1.7.30'
springCloudVersion = '2022.0.0-SNAPSHOT'
springIntegrationVersion = '6.0.0-M2'

View File

@@ -60,7 +60,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.14</version>
<version>42.3.3</version>
<scope>compile</scope>
</dependency>
<dependency>