This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 362a2e4b97 Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /jdbc (#4723) 362a2e4b97 is described below commit 362a2e4b97dc8e5b78ed43eada066ea28cbd26f5 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> --- jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdbc/pom.xml b/jdbc/pom.xml index fea44db1ff..4cc79044c0 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>