From ed6669cc67bd061379abe3efa963ccab45c43cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 01:13:53 +0000 Subject: [PATCH] Build(deps): Bump postgresql from 42.2.19 to 42.4.1 in /ci/postgresql Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.19 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.2.19...REL42.4.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/postgresql/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/postgresql/pom.xml b/ci/postgresql/pom.xml index 2b6c9632f..4153ec288 100644 --- a/ci/postgresql/pom.xml +++ b/ci/postgresql/pom.xml @@ -12,7 +12,7 @@ org.postgresql postgresql - 42.2.19 + 42.4.1 org.slf4j