Skip to content

Commit

Permalink
Update postgresql driver to 42.2.25 [HZ-1050] [5.1.z] (#21128)
Browse files Browse the repository at this point in the history
Fixes #21124

Backport of #21127
  • Loading branch information
frant-hartm committed Apr 8, 2022
1 parent 8fac6a6 commit 8da93f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>${postgresql.version}</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<osgi.version>4.2.0</osgi.version>
<parquet.version>1.12.2</parquet.version>
<picocli.version>4.4.0</picocli.version>
<postgresql.version>42.2.25</postgresql.version>
<prometheus.version>0.14.0</prometheus.version>
<protobuf.version>3.19.4</protobuf.version>
<scala.version>2.12</scala.version>
Expand Down Expand Up @@ -1665,6 +1666,11 @@
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.connector.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core4</artifactId>
Expand Down

0 comments on commit 8da93f0

Please sign in to comment.