You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/02/02 15:57:01 UTC

[drill] branch master updated: DRILL-7994: Dependency version updates for severe vulnerabilities

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

dzamo 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 a392d06  DRILL-7994: Dependency version updates for severe vulnerabilities
a392d06 is described below

commit a392d06db83cee1442c7ac42296a41f9a3acd17d
Author: James Turton <91...@users.noreply.github.com>
AuthorDate: Wed Feb 2 17:56:55 2022 +0200

    DRILL-7994: Dependency version updates for severe vulnerabilities
    
    Postgresql: 42.3.1 -> 42.3.2.
---
 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 8ce11b1..de78021 100755
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -34,7 +34,7 @@
     <mysql.connector.version>8.0.25</mysql.connector.version>
     <clickhouse.jdbc.version>0.3.1</clickhouse.jdbc.version>
     <h2.version>2.1.210</h2.version>
-    <postgresql.version>42.3.1</postgresql.version>
+    <postgresql.version>42.3.2</postgresql.version>
   </properties>
 
   <dependencies>