This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/drill.git

commit f3148534ddf551d4427ce92b7293b860ce7d3c4c
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Wed Nov 30 01:13:53 2022 +0100

    upgrade postgresql to 42.4.3 due to security issue
    
    https://github.com/advisories/GHSA-562r-vg33-8x8h
---
 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>

Reply via email to