This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch branch-0.11 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
commit 5c9f0bbf3e0b28e3716e3e275dd210231e1bd438 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Feb 21 12:30:04 2024 +0900 Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /jdbc (#4723) Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.3 to 42.7.2. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/commits) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 362a2e4b97dc8e5b78ed43eada066ea28cbd26f5) --- jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 3dc3d0cc5c..e30c2994c6 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -34,7 +34,7 @@ <properties> <!--library versions--> <interpreter.name>jdbc</interpreter.name> - <postgresql.version>42.4.3</postgresql.version> + <postgresql.version>42.7.2</postgresql.version> <hadoop.version>${hadoop3.1.version}</hadoop.version> <h2.version>2.2.220</h2.version> <commons.dbcp2.version>2.0.1</commons.dbcp2.version>