Skip to content

Commit

Permalink
ARTEMIS-3666: update to postgresql 42.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmellr authored and clebertsuconic committed Feb 4, 2022
1 parent 2c1afc4 commit e10b021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit e10b021

Please sign in to comment.