ARTEMIS-3199 Upgrade postgresql to 42.2.19

This commit is contained in:
Domenico Francesco Bruscino 2021-03-22 08:55:53 +01:00 committed by Gary Tully
parent 6231a70b8c
commit 0f03064e37
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1205-jdbc4</version>
<version>42.2.19</version>
<scope>provided</scope>
<!-- postgresql license -->
</dependency>