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 853e3e4c7a Bump postgresql from 42.3.3 to 42.4.1 in
/contrib/storage-jdbc (#2629)
853e3e4c7a is described below
commit 853e3e4c7a744086167d51a8fa2d7d6cdead3b06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 23 10:06:23 2022 -0400
Bump postgresql from 42.3.3 to 42.4.1 in /contrib/storage-jdbc (#2629)
---
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 56d63ed9b1..586d1cbaeb 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.3.3</postgresql.version>
+ <postgresql.version>42.4.1</postgresql.version>
<mssql-jdbc.version>9.2.0.jre8</mssql-jdbc.version>
<jtds.version>1.3.1</jtds.version>
</properties>