ARTEMIS-3199 Upgrade postgresql to 42.2.19
This commit is contained in:
parent
6231a70b8c
commit
0f03064e37
2
pom.xml
2
pom.xml
|
@ -312,7 +312,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<version>9.4-1205-jdbc4</version>
|
<version>42.2.19</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<!-- postgresql license -->
|
<!-- postgresql license -->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue