ARTEMIS-3666: update to postgresql 42.3.2

This commit is contained in:
Robbie Gemmell 2022-02-02 14:58:03 +00:00 committed by Clebert Suconic
parent 2c1afc4b75
commit e10b0216fe
1 changed files with 2 additions and 1 deletions

View File

@ -154,6 +154,7 @@
<surefire.version>2.22.2</surefire.version>
<version.jaxb.runtime>2.3.3</version.jaxb.runtime>
<paho.client.mqtt.version>1.2.5</paho.client.mqtt.version>
<postgresql.version>42.3.2</postgresql.version>
<!-- for JakrtaEE -->
<version.batavia>1.0.10.Final</version.batavia>
@ -325,7 +326,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.19</version>
<version>${postgresql.version}</version>
<scope>provided</scope>
<!-- postgresql license -->
</dependency>