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 b4ecce7fdf Bump org.postgresql:postgresql in /contrib/storage-jdbc (#2911) b4ecce7fdf is described below commit b4ecce7fdffbd6251c99045424031631dc28c4f4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon May 6 11:46:32 2024 -0400 Bump org.postgresql:postgresql in /contrib/storage-jdbc (#2911) --- 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 ea49395e02..3c4757dfe2 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.2.220</h2.version> - <postgresql.version>42.4.3</postgresql.version> + <postgresql.version>42.4.4</postgresql.version> <mssql-jdbc.version>9.2.0.jre8</mssql-jdbc.version> <jtds.version>1.3.1</jtds.version> </properties>