This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new f667e34357 DRILL-8363: Upgrade postgresql to 42.4.3 due to security
issue (#2712)
f667e34357 is described below
commit f667e3435775166ddc9995c2c89038bf40650fdc
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 30 22:56:18 2022 +0100
DRILL-8363: Upgrade postgresql to 42.4.3 due to security issue (#2712)
---
contrib/storage-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index 586d1cbaeb..46ccc68c94 100644
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -34,7 +34,7 @@
<mysql.connector.version>8.0.28</mysql.connector.version>
<clickhouse.jdbc.version>0.3.1</clickhouse.jdbc.version>
<h2.version>2.1.210</h2.version>
- <postgresql.version>42.4.1</postgresql.version>
+ <postgresql.version>42.4.3</postgresql.version>
<mssql-jdbc.version>9.2.0.jre8</mssql-jdbc.version>
<jtds.version>1.3.1</jtds.version>
</properties>