From 8f4e95d3ec2063ea0aefda951f30f06b0d9d54fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:21:18 +0800 Subject: [PATCH] build(deps): bump postgresql in /hugegraph-postgresql (#1960) Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.1.4 to 42.4.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.1.4...REL42.4.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hugegraph-postgresql/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugegraph-postgresql/pom.xml b/hugegraph-postgresql/pom.xml index 0c7f4e641..72086fff2 100644 --- a/hugegraph-postgresql/pom.xml +++ b/hugegraph-postgresql/pom.xml @@ -25,7 +25,7 @@ org.postgresql postgresql - 42.1.4 + 42.4.1